猫头鹰旋转木马响应1170px div宽度问题

时间:2017-12-13 07:44:19

标签: javascript jquery html css ajax

当我的显示尺寸小于1170px时,owl轮播div宽度溢出。我该怎么办?

enter image description here

QtConcurrent::run()

1 个答案:

答案 0 :(得分:0)

试试这个! autoWidth true或你修改css! 在js

$('.owl-carousel').owlCarousel({
    margin:10,
    loop:true,
    autoWidth:true,
    items:4
})

或在css

@media screen and (min-width: 480px) {
    body {
        background-color: lightgreen;
    }
}