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,
|
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,
|
||||||
}
|
}
|
||||||
}]
|
}]
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue