Chargement conditionnel de Swiper (CDN UMD) sur le template event. Srcset dédié sans crop, 6 largeurs jusqu'à 3200w, toujours WebP. Première slide en eager, suivantes en lazy. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
27 lines
485 B
SCSS
27 lines
485 B
SCSS
[data-template="event"] {
|
|
.slideshow {
|
|
position: relative;
|
|
width: 100%;
|
|
height: 80vh;
|
|
background-color: #000;
|
|
|
|
.swiper {
|
|
height: 100%;
|
|
.swiper-slide {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
|
|
picture {
|
|
height: 100%;
|
|
img {
|
|
width: 100%;
|
|
height: 100%;
|
|
object-fit: contain;
|
|
border-radius: 0;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|