Hungers of the Heart

Home Message Archive Random Theme

Posted 8 years ago with 393,016 notes

Reblogged from emmysaurus
Originally posted by thexxphotos

  1. times-arehardfordreamers reblogged this from liss-ome
  2. lifecomforts reblogged this from silence-between-songs-24
  3. peacefull-soulss reblogged this from liss-ome
  4. surfizticated reblogged this from liss-ome
  5. silence-between-songs-24 reblogged this from liss-ome
  6. liss-ome reblogged this from suspend
  7. salviia-plath reblogged this from midnightfruitloops
  8. midnightfruitloops reblogged this from thexxphotos
  9. clloudsabove reblogged this from auxilus
  10. jamesofirst reblogged this from twiceasg00d
  11. originalspacecadet reblogged this from themouthofthehell
  12. themouthofthehell reblogged this from openyoureyesandlooknorthhh
  13. nagasarennayoex reblogged this from thexxphotos
  14. tmblristhefuckingworst reblogged this from thexxphotos
  15. thexxphotos posted this
var bgWidth = 1800; // pixel width of background image $(document).ready(function() { $('body').width( bgWidth + $(window).width() ); $(window).scroll(function() { if ( $(window).scrollLeft() >= ($('body').width() - $(window).width()) ) { $(window).scrollLeft(1); } else if ( $(window).scrollLeft() == 0 ) { $(window).scrollLeft($('body').width() - $(window).width() -1); } }); }); $(window).resize(function() { $('body').width( bgWidth + $(window).width() ); });