CenteredSlides并使用swiper.js循环

时间:2014-07-02 09:57:07

标签: swiper

有没有办法让两个居中的幻灯片和一个无限循环,以及swiper.js的缩略图?我有以下设置,但是当我添加循环时,它似乎无法正常工作。

var mySwiper = new Swiper('.swiper-container',{
paginationClickable: true,
centeredSlides: true,
initialSlide:1,
speed:1200,
centeredSlides: true,
slidesPerView: 'auto'

http://machinas.com/wip/hugoboss/fall2014/startpage/variable-width/

由于

1 个答案:

答案 0 :(得分:1)

centeredSlides与循环模式并不真正兼容。尝试增加loopedSlides和loopAdditionalSlides参数。 例如:



centeredSlides: true
loop: true
loopAdditionalSlides: 100