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, arrows: true,
centerMode: true, centerMode: true,
adaptiveHeight: true, adaptiveHeight: true,
autoplay: true, autoplay: false,
autoplaySpeed: 1500, // autoplaySpeed: 1500,
infinite: true, // infinite: true,
// centerPadding: '100px', // centerPadding: '100px',
responsive: [ responsive: [
{ {
@ -447,8 +447,8 @@
arrows: true, arrows: true,
draggable: true, draggable: true,
centerMode: true, centerMode: true,
autoplay: true, autoplay: false,
autoplaySpeed: 2000, // autoplaySpeed: 2000,
} }
}] }]
}); });