Open Jones-S opened 4 years ago
Ok, I realized one thing:
When using lazyLoad: true,
it works.
When using lazyLoad: 1,
I see the following weird issue:
I have 4 slides: On page load I get this:
Slide 1: loaded and displayed Slide 2: When appearing on screen: LAZYLOADED Slide 3: loaded on page load Slide 4: loaded on page load
Do you have any explanation for this? I would have expected Slide 4 to be lazyloaded and not slide 2...
I am trying to use flickitys lazyload option, but it somehow does not have any effect.
here are my options:
and my flickity slider:
Do I miss something?
I also have to mention that I currently have 4 slides, so with
lazyLoad: 1
, I would expect that at least my last image is lazyloaded in a carousel... Actually even more!Anyway all my images are loaded when loading the page.
Thanks for some hints on that. Cheers