davidlj95 / chrislb

Lazaro's website. Fashion stylist
https://christianlazaro.es
Apache License 2.0
1 stars 0 forks source link

Avoid images swiper layout shift #191

Closed davidlj95 closed 11 months ago

davidlj95 commented 11 months ago

When the swiper hasn't inited yet, images have no size. Hence the swiper has no size either. This means that when properly initialised, you see a quick flash from the layout with swiper having no size to the proper layout with swiper initialised.

We could add some layout styling to minimise the layout shift between those two states