I am using infinite-scroll and recently I tried numerous Lazy Load plugins and I noticed that the images where not being loaded.
What seems to be the issue? why cant these two plugins work together. I know that lazy load only shows images which are visible in the viewport and in the other hand infinite scrolls sorts of loads them via ajax.
The posts are being loaded but not the images, only the first 10 images are loaded but the next images loaded using infinite scroll are not being loaded.