Hello,
When I turn on the:
Carousel Addon > Lazyload images option
and I click a link to open the carousel, I only see an empty overlay.
If I click to load the previous slide it suddenly loads all of the images but the JS console prints the following error:
Uncaught TypeError: Cannot read properties of undefined (reading 'contains')
at Object.w [as isImageLoaded] (carousel.plugin.min.js?ver=2.6.1:1:40942)
at B (carousel.plugin.min.js?ver=2.6.1:1:14496)
at N (carousel.plugin.min.js?ver=2.6.1:1:13782)
at HTMLDivElement.<anonymous> (carousel.plugin.min.js?ver=2.6.1:1:10132)
at HTMLDivElement.dispatch (jquery.min.js?ver=3.7.1:2:40035)
at v.handle (jquery.min.js?ver=3.7.1:2:38006)[link text](link url)
You can find the error here:
https://www.ilariazennaro.com/
I'd like to keep the LazyLoad option on but I need the first image to be shown shortly after opening the Carousel (without clicking again anywhere).
Thanks a lot,
Davide