lazyload icon indicating copy to clipboard operation
lazyload copied to clipboard

Vanilla JavaScript plugin for lazyloading images

Results 101 lazyload issues
Sort by recently updated
recently updated
newest added

I found lazyload plugin in google search at https://plugins.jquery.com/lazyload/ when i clicked on 'Try a Demo' link of above url page, it redirected me to below url page which does...

I have not a scrollable body, but a scrollable DIV. Since the scrolling does not happen on the body, the lazyload images are not loaded. I have seen: ``` new...

See this issue https://github.com/pinterest/widgets/issues/83 Pinterest doesn't recognizes the lazy loaded images. I have tried loading all images with the `lazyload.loadImages()` Method when somebody clicks on a Pinterest Button, but it...

Hello, I was using this and I noticed that images don't load on iOS 15 Safari. Would love to see support for it.

ua:User-Agent,Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36 QBCore/4.0.1295.400 QQBrowser/9.0.2524.400 Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2875.116 Safari/537.36 NetType/WIFI MicroMessenger/7.0.5 WindowsWechat (Lazy Load)Version: 2.0.0-rc.2

https://github.com/tuupola/lazyload/blob/d3ad81c12332a0f950c6c703ff975b60350405a4/lazyload.js#L160

Does 'lazyload' support lazyloading of background images (css), like [bLazy](https://github.com/dinbror/blazy), for example? What about iframes?

Lazyload efects still working ? effect: 'fadeIn' For older versions (1.9.x) I used: ``` lazyload({ effect: 'fadeIn', threshold: 20, failure_limit: 16 }); ``` Now seems to not working