我正在为某人查看此代码,并且不知道可能是什么问题。
答案 0 :(得分:0)
您可以更改循环的滑块设置
$(".owl-carousel").owlCarousel({
autoPlay: true,
navigation : false, // Show next and prev buttons
slideSpeed : 10000,
paginationSpeed : 500,
loop:true
});
答案 1 :(得分:0)
$(".owl-carousel").owlCarousel({
autoPlay: true,
navigation : false, // Show next and prev buttons
slideSpeed : 10000,
paginationSpeed : 500,
loop:true,
responsiveClass:true,
responsive:{
0:{
items:1,
nav:false
},
640:{
items:1,
nav:false
},
800:{
items:1,
nav:false
}
}
});