Owl 轮播显示的项目比指示的多

Owl Carousel displays more items than instructed

尽管在再次调用时指定了一项 on my page (password: "shooga1", pick a language then visit the same link):

$('#page-lookbook-single-carousel').owlCarousel({
    items: 1, 
    navigation: true 
});

Owl 轮播 jQuery 插件在某些 smartphone/tablet 分辨率下显示多个项目(请减小浏览器 window 宽度以查看实际效果)。在这种情况下,它完全破坏了布局。

如何在所有分辨率下仅执行 1 项的指令?

尝试使用选项 singleItem: true - http://owlgraphic.com/owlcarousel/demos/one.html