Lazy load images and infinite scroll
Can I run a lazy-load image plugin with your Auto Infinite Scroll plugin?
I'm using Perfmatters for lazy loading WooCommerce images but most of the other inifinite scroll plugins can't enqueue the lazyload.js after each scroll, so all the images fail to load as you scroll down the page. You know what I mean?
Just wanted to know before I purchased. What do you guys use for lazy loading images?
Whatever you want to happen after images are loaded, you can add to the following trigger that runs after auto infinite scroll has loaded a page:
https://i.imgur.com/VqyFXVY.png
The triggered event is named ‘auto-infinite-scroll-complete’.
So you could have:
jQuery(document).on('auto-infinite-scroll-complete', function() {//do stuff
});