Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Prevent Image load till visible? Re: Prevent Image load till visible?

#71770
noahgelman
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?