imagesloaded
imagesloaded copied to clipboard
:camera: JavaScript is all like "You images done yet or what?"
I'm seeing the following error in the console ``` imagesloaded.pkgd.js:138 Uncaught TypeError: obj is not iterable at makeArray (imagesloaded.pkgd.js:138:34) at new ImagesLoaded (imagesloaded.pkgd.js:168:19) at $.fn.imagesLoaded (imagesloaded.pkgd.js:430:20) at HTMLDocument. ((index):713:23) at...
Is there a way to check if at least one image is loaded and get that image's width & height? So basically all the images I have are the same...
After updating this script from 4.1.0 to 5.0.0 without any changes of initialization code, it's now thrown error and doesn't work: `Uncaught TypeError: obj is not iterable` Initialization code: ```...
Hi desandro! wordpress uses SRCSET attribute for responsive images. When I use imagesloaded It triggers the download of the largest image generating extra bandwidth. Am I doing something wrong? Is...
Hi, I use a customized version of the Wordpress theme Baskerville, which uses jetpack masonry and imagesloaded lazyload. But when it loads new posts after scrolling, there is a gap...
Hi Desandro, I am building my first website using wordpress and its been a long journey this year learning everything. I am now trying to optimize my website because it...
I am using vue-masonry which uses this package (I have 4.1.4 of this package installed). It seems this pacakage is causing jpeg images to be downloaded when I am using...
Hi this is a great library however I have some problems with version 5.0.0: - progress event not fired, I can't trigger each image that is loaded. - broken link...
I know this is probably a long-shot, but I have a site where imagesloaded works fine on the local development version, but on production, it fires while images are still...
Hi there, have been using this for ages, thanks so much! For a current project, I need to detect when images inside an SVG are loaded: ```html ``` ...would be...