diapo sans zoom

This commit is contained in:
ouidade 2024-09-27 12:38:59 +02:00
parent be2d98e47d
commit 84f02ff73e
4 changed files with 16 additions and 11 deletions

File diff suppressed because one or more lines are too long

View File

@ -1642,10 +1642,8 @@ header #block-quartiers-de-demain-logoquartiersdedemain .field_field_logo .qdd-h
}
#home .config_pages--type--diaporama-home .diaporama .slick-list .cadre-img-zoom img {
width: 100%;
height: auto;
animation-duration: 4.5s;
animation-name: zoomOut;
animation-iteration-count: infinite;
height: 960px;
object-fit: cover;
}
#home .config_pages--type--diaporama-home .diaporama .slick-list blockquote {
position: relative;

View File

@ -416,7 +416,7 @@
dots: false,
arrows: false,
centerMode: true,
adaptiveHeight: true,
adaptiveHeight: false,
autoplay: true, // Activer l'autoplay
autoplaySpeed: 4000, // Changement de slide toutes les 4 secondes
infinite: true,

View File

@ -12,14 +12,21 @@
overflow:hidden;
img{
width: 100%;
height: auto;
// animation: zoomOut infinite 4.3s ease-in-out;
animation-duration: 4.5s;
animation-name: zoomOut;
animation-iteration-count: infinite;
height: 960px;
object-fit: cover;
// transform: scale(1.2);
// // // animation: zoomOut infinite 4.3s ease-in-out;
// animation-duration: 4.5s;
// animation-name: zoomOut;
// animation-iteration-count: infinite;
}
}
blockquote{
position: relative;
top: -30px;