【发布时间】:2017-12-13 07:44:18
【问题描述】:
当我的显示尺寸在小于 1170px owl carousel div width 时溢出。我在做什么?
jQuery(document).ready(function($) {
"use strict";
// TESTIMONIALS CAROUSEL HOOK
$('#customers-testimonials').owlCarousel({
loop: true,
center: true,
items: 3,
margin: 0,
autoplay: true,
dots:false,
autoplayTimeout: 8500,
smartSpeed: 450,
responsive: {
0: {
items: 1
},
768: {
items: 2
},
1170: {
items: 3,
nav:true
}
}
});
});
【问题讨论】:
-
可能是
nav:true引起的,假的再试一次。
标签: javascript jquery html css ajax