ApoorvSaxena / lozad.js

🔥 Highly performant, light ~1kb and configurable lazy loader in pure JS with no dependencies for responsive images, iframes and more
https://apoorv.pro/lozad.js/demo/
MIT License
7.44k stars 448 forks source link

Images were all overlapping #187

Open haralake opened 5 years ago

haralake commented 5 years ago

I have a problem, combining shuffle.js (alternative to isotope) with Lazy Load in a responsive layout. Shuffle determines the layout based upon the width and height of the images when the page is loaded, so initially, the items were all overlapping because shuffle wasn't calculating the correct size. Is there a solution to this problem?

ApoorvSaxena commented 4 years ago

@haralake found any solution?