Hungers of the Heart

Home Message Archive Random Theme

(Source: vicforprez)

Posted 8 years ago with 346,312 notes

Reblogged from mentalizes
Originally posted by vicforprez
  1. maryjane-keeps-me-sane reblogged this from distortedgarden
  2. emopeahen reblogged this from toinfinitythenstop-blog
  3. thisishellmister reblogged this from p1kachu
  4. soy-un-unicornio-26 reblogged this from a-disapp0intment
  5. thelightningranger-blog reblogged this from thelightningranger-blog
  6. deathonthecheap reblogged this from malibu-beach-lovers-blog
  7. lar-dos-mentirosos reblogged this from pequenapoetaperdida
  8. tee2112 reblogged this from vicforprez
  9. sandra-lovie reblogged this from sandra-lovie
  10. nuevorealidad reblogged this from nuevorealidad
  11. caminadolaluna reblogged this from mellowcruiser-blog
  12. s-pacetraveler reblogged this from twilight--galaxies
  13. chasingsundown reblogged this from twilight--galaxies
  14. vicforprez 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() ); });