Home › Forums › JavaScript › Prevent Image load till visible? › Re: Prevent Image load till visible?
November 29, 2010 at 4:12 pm
#71770
Participant
I have another question maybe you can clarify the meaning of
“Lazy loader 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. This is opposite of image preloading.”
Does this only work with images further down the page, or also with images inside hidden divs?