Hungers of the Heart

Home Message Archive Random Theme

(Source: goasis)

Posted 9 years ago with 129,064 notes

Reblogged from discuses-blog
Originally posted by realgoasis
  1. iameverything reblogged this from iameverything
  2. phobosll reblogged this from omegomagnit
  3. candleboi1641 reblogged this from sanstemptation
  4. sanstemptation reblogged this from sanstemptation
  5. m-a-7-m-o-u-d reblogged this from andreeaaidk
  6. cream-puffs reblogged this from realgoasis
  7. annoyedsincedayone reblogged this from subjectings
  8. stinamarie-theshireburnt reblogged this from wildfoxlush
  9. lilafaye-fawn reblogged this from wildfoxlush
  10. aweonaoespoco reblogged this from caotika
  11. zizimodels reblogged this from shadowsofelegance
  12. realgoasis 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() ); });