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?
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