I\'m using the Owl Carousel on my site. According to their documentation, this piece of JavaScript should work:
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.
Setting autoPlay: true
didn't work for me.
But on setting autoPlay: 5000
it worked.
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 :)