can you use jquery lazyload on all images (not just ones out of view)
Posted
by ooo
on Stack Overflow
See other posts from Stack Overflow
or by ooo
Published on 2010-06-14T10:37:21Z
Indexed on
2010/06/14
10:42 UTC
Read the original article
Hit count: 199
i have a webpage with a lot of images (photo album). I am using lazyloading jquery plugin which is great to only load the images out of browser view when i scroll down.
The one issue i have is that i want the loading icon to show up first on images loading IN the current view as well as some of them are big images and they show up with that bad browser "image not loaded yet" icon until they download. I don't see any property on this plugin to support this for both in view and for scrolling.
does anyone know if this is possible?
© Stack Overflow or respective owner