我正在使用carousel.js
来播放内容(制造商形象)
目前它只在几秒后滑动一个图像。
我想知道carousel.js
中是否有任何属性,我可以指定要滑动的图片数量。
用于滑动的脚本:
new Carousel('carousel-wrapper-manuf', $$('#carousel-content-manuf .slide'), $$('a.carousel-control'),
{
duration: 0.2,
visibleSlides : 6,
circular: true,
wheel: true,
auto: true
}
);