LazyLoad
LazyLoad copied to clipboard
LazyLoad allows you to defer image loading until the user scrolls down to each image.
# Class bug > LazyLoad.js https://github.com/darkwing/LazyLoad/blob/master/Source/LazyLoad.js > Uncaught ReferenceError: `Class` is not defined  
I want to use [Sourcegraph](https://sourcegraph.com) for LazyLoad code search, browsing, and usage examples. Can an admin enable Sourcegraph for this repository? Just go to https://sourcegraph.com/github.com/darkwing/LazyLoad. (It should only take 30...
Fixes bug where img elements without the realSrcAttribute disappear in Firefox. Original code attempts to replace the src of all img regardless of whether there is any realSrcAttribute. This means...
Hi, I'm added listener on error to prevent situation when images are hidden. To use it, just include file onerror.js. Better if it will be include before all scripts. For...
If your viewport is large enough to only display one of ten images then scrolling half way will load half of them. However, if you then resize the viewport so...
It's work well under IE/firefox/opera but under chrome 23.0.1271.97 i can see the first images but the next images aren't displayed. I have set when i call the lazyload :...
I have used lazyload in my website. Lazyload works at google chroom , firefox mozilla and internet explorer 8 but it didn't work at internet explorer 9. How can solve...
I needed the lazy loading for horizontal scrolling containers and changed your class a little bit. Now the LazyLoad-Class has the option "mode" which can be either "vertical" or "horizontal"...