crpozo / extended-carousel-bs5

Extended carousel based on Bootstrap 5 using only vanilla js.
7 stars 2 forks source link

Lazyload problem #2

Open denizgolbas opened 2 years ago

denizgolbas commented 2 years ago

Firstly thanks for your work. When I add the codes first item(active one) of slide image directly load. But other 3 ones wait for load...

How can we fix it for lazyload?

For ex: if data-ec-size="4" i need to be sure 4 ones trigger same time for lazyload.