Owl Carousel Will Not Autoplay

前端 未结 7 1341
梦谈多话
梦谈多话 2020-12-21 09:37

I\'m building a wordpress site with a JQuery carousel using the Owl Carousel 2 JQuery plugin. I\'ve used this carousel before with success, but I\'m stumped on this one and

7条回答
  •  天命终不由人
    2020-12-21 10:09

    $(document).ready(function() {
    
          var owl = $('.owl-carousel');
            owl.owlCarousel({
                items:4,
                margin:10,
                autoPlay: 3000,
                autoplaySpeed:2000  
            });
    });
    

提交回复
热议问题