Open mihirdutta opened 8 years ago
Hi,
Does imagesloaded wait for html 'img' tag images, or css 'background-image' images, or both?
Flickity's imagesLoaded option only works for <img> elements. Upcoming bgLazyLoad will allow you lazy load background images.
imagesLoaded
<img>
Hi,
Does imagesloaded wait for html 'img' tag images, or css 'background-image' images, or both?