diapo sans zoom
This commit is contained in:
parent
be2d98e47d
commit
84f02ff73e
File diff suppressed because one or more lines are too long
|
@ -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 {
|
#home .config_pages--type--diaporama-home .diaporama .slick-list .cadre-img-zoom img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: auto;
|
height: 960px;
|
||||||
animation-duration: 4.5s;
|
object-fit: cover;
|
||||||
animation-name: zoomOut;
|
|
||||||
animation-iteration-count: infinite;
|
|
||||||
}
|
}
|
||||||
#home .config_pages--type--diaporama-home .diaporama .slick-list blockquote {
|
#home .config_pages--type--diaporama-home .diaporama .slick-list blockquote {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
|
@ -416,7 +416,7 @@
|
||||||
dots: false,
|
dots: false,
|
||||||
arrows: false,
|
arrows: false,
|
||||||
centerMode: true,
|
centerMode: true,
|
||||||
adaptiveHeight: true,
|
adaptiveHeight: false,
|
||||||
autoplay: true, // Activer l'autoplay
|
autoplay: true, // Activer l'autoplay
|
||||||
autoplaySpeed: 4000, // Changement de slide toutes les 4 secondes
|
autoplaySpeed: 4000, // Changement de slide toutes les 4 secondes
|
||||||
infinite: true,
|
infinite: true,
|
||||||
|
|
|
@ -12,14 +12,21 @@
|
||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
img{
|
img{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: auto;
|
height: 960px;
|
||||||
// animation: zoomOut infinite 4.3s ease-in-out;
|
object-fit: cover;
|
||||||
animation-duration: 4.5s;
|
// transform: scale(1.2);
|
||||||
animation-name: zoomOut;
|
// // // animation: zoomOut infinite 4.3s ease-in-out;
|
||||||
animation-iteration-count: infinite;
|
// animation-duration: 4.5s;
|
||||||
|
// animation-name: zoomOut;
|
||||||
|
// animation-iteration-count: infinite;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
blockquote{
|
blockquote{
|
||||||
position: relative;
|
position: relative;
|
||||||
top: -30px;
|
top: -30px;
|
||||||
|
|
Loading…
Reference in New Issue