Reputation: 470
I'm trying to optimize my Slick gallery using Lazy Load. However I haven't been able to run lazy load on a carousel with slider syncing. Chrome DevTools Network shows that all images are being loaded despite I added lazyLoad: 'ondemand'
.
Here's an example:
https://jsfiddle.net/retroriff/m9h6vsz3/6/
Thank you
Upvotes: 0
Views: 2916
Reputation: 470
It works just removing fade: true
. Now I have been able to ladyload all images but the last one. For some reason if you have 10 pictures, pic num 10 is loaded.
Upvotes: 1