darkwing / LazyLoad

LazyLoad allows you to defer image loading until the user scrolls down to each image.
http://davidwalsh.name/js/lazyload
147 stars 28 forks source link

Fixes bug where img elements without the realSrcAttribute disappear in Firefox #7

Open junjie opened 12 years ago

junjie commented 12 years ago

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 that user cannot create a page where certain images are lazily loaded while others are not.

Bilge commented 11 years ago

Fixed by #12