Autoload images

Discussion in 'HTML & Website Design' started by RedWolf, Aug 13, 2012.

  1. #1
    What's the best way to get images to continually autoload as a user scrolls down the page, such as on pinterest or on some of the flickr page such as http://www.flickr.com/groups/dof/pool/with/7776688920/#photo_7776688920

    Is there a wordpress theme that does this, for example?
     
    RedWolf, Aug 13, 2012 IP
  2. bluebelt91

    bluebelt91 Well-Known Member

    Messages:
    879
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    130
    #2
    Why not trying lazy load plugin jquery.It delays loading of images in long web pages. Images outside of viewport (visible part of web page) wont be loaded before user scrolls to them :
    Find it here :
    http://www.appelsiini.net/projects/lazyload
     
    bluebelt91, Aug 14, 2012 IP