autoplay actu desactivé
This commit is contained in:
parent
c33bcdfd81
commit
c2af14f8d4
File diff suppressed because one or more lines are too long
|
@ -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,
|
||||
}
|
||||
}]
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue