基于owl-carousel左右滑动卡片代码

基于owl-carousel左右滑动卡片代码
下载次数:1 文件大小:136.96KB 所需积分:0 QQ联系购买积分:3331653644(1元=10积分)
$(document).ready(function() {
    $("#news-slider").owlCarousel({
        items:3,
        itemsDesktop:[1199,2],
        itemsDesktopSmall:[980,2],
        itemsMobile:[600,1],
        pagination:false,
        navigationText:false,
        autoPlay:true
    });
});

适用浏览器:IE8、360、FireFox、Chrome、Safari、Opera、傲游、搜狗、世界之窗。

0 条评论