Owl Carousel Won't Autoplay

后端 未结 15 1204
失恋的感觉
失恋的感觉 2020-12-01 18:06

I\'m using the Owl Carousel on my site. According to their documentation, this piece of JavaScript should work:



        
相关标签:
15条回答
  • 2020-12-01 18:33

    I had the same problem and couln't find the solution. Finally I realized, that with owlcarousel ver. 2.3.4 I have to include not only owl.carousel.js, but owl.autoplay.js file too.

    0 讨论(0)
  • 2020-12-01 18:34

    Setting autoPlay: true didn't work for me. But on setting autoPlay: 5000 it worked.

    0 讨论(0)
  • 2020-12-01 18:36

    In my case autoPlay not working but autoplay is working fine

    I only used this

    <script src="plugins/owlcarousel/owl.carousel.js"></script>
    

    no owl.autoplay.js is need it & my owl carousel version is @version 2.0.0

    hope this thing help you :)

    0 讨论(0)
提交回复
热议问题