猫头鹰旋转木马不循环

时间:2016-05-19 18:46:22

标签: jquery owl-carousel

看起来像是一个非常基本的问题,但无法弄清楚我做错了什么,我正在构建一个猫头鹰旋转木马并且无法让它循环。我使用的是最新版本2.0.0-beta.2.4。我的插件配置是:

$(document).ready(function() {

  $(".owl-carousel").owlCarousel({
    loop: true,
    navigation : true, 
    autoPlay: true,
    autoplayTimeout: 500,
    autoplayHoverPause: true,
    touchDrag: true,
    dots: true,
    slideSpeed : 300,
    paginationSpeed : 400,
    singleItem: true,
    pagination: true
  });

});

到目前为止,我的幻灯片中有5个项目。

1 个答案:

答案 0 :(得分:0)

请下载新版2.1.4 - https://github.com/OwlCarousel2/OwlCarousel2

不支持singleItem和其他选项,请查看items和文档http://owlcarousel2.github.io/OwlCarousel2/docs/api-options.html