Saturday, March 10, 2012

load images later when user scrolls to them

Lazy Load is a jQuery plugin written in JavaScript. 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.


Reference:
http://www.appelsiini.net/projects/lazyload

No comments: