blazy
blazy copied to clipboard
Hey, be lazy! bLazy.JS is a lightweight pure JavaScript script for lazy loading and multi-serving images. It's working in all modern browsers including IE7+.
Images sometimes load and sometimes they won't. This seems related to the following https://developer.apple.com/documentation/safari-release-notes/safari-15_4-release-notes#HTML, added native lazy loading. This works well on older iOS safari versions. Just not the latest.
Doesn't work with pagination. Works only on the first page, the image does not appear on the next. I use jqPagination for product cards with images
Images are loading twice as part of lazy load, this PR will avoid the duplicate by having a dummy image src attribute and then replacing it with the loaded image...
If I want to use this on an iFrame I need to manually rename them all from src to data-src. This should probably be done on document load. Blazy doesn't...
Hi there, The script is really good, but I've been trying to exclude the featured image class= "single-featured" from the lazy load but not success. Is there away to do...
Hello. How to make a lazy upload to post ( data-post= ) for the video tag? ``` ```
On some browsers (I think mostly old IE like < IE11) the call to `ele.getBoundingClientRect();` threw an uncaught exception if the element wasn't in the DOM. I added a check...
I got this error after webpackEncore compilation ``` Uncaught ReferenceError: Blazy is not defined at HTMLDocument. (reader_init.js:215) at mightThrow (jquery.js:3534) at process (jquery.js:3602) ```
Hi your plugin is awesome. Question, we have so weird cases where the 'data-src' images won't load (we just see the 'src' placeholder). First I tried to add the success...
I am facing issue in loading the images for the first time in Safari - Mac OS and in iOS using blazy. When you load the page for the first...