autoplay actu desactivé

This commit is contained in:
ouidade 2024-09-23 10:54:38 +02:00
parent c33bcdfd81
commit c2af14f8d4
2 changed files with 6 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@ -434,9 +434,9 @@
arrows: true,
centerMode: true,
adaptiveHeight: true,
autoplay: true,
autoplaySpeed: 1500,
infinite: true,
autoplay: false,
// autoplaySpeed: 1500,
// infinite: true,
// centerPadding: '100px',
responsive: [
{
@ -447,8 +447,8 @@
arrows: true,
draggable: true,
centerMode: true,
autoplay: true,
autoplaySpeed: 2000,
autoplay: false,
// autoplaySpeed: 2000,
}
}]
});