Showing 1 – 1 of 1 replies
peacockdata

If anyone knows how to make the about […]

peacockdata PURCHASED
7 years ago
If anyone knows how to make the about slider autoplay, I would appreciate the solution.
pixelized
pixelized SELLER
7 years ago
We are really sorry in older version of Owl carousel there was argument "autoPlay" which doesn't working any more. Just edit "autoPlay" to "autoplay" and it should be alright. If anything documentation is here http://www.owlcarousel.owlgraphic.com/docs/api-options.html

and code should look like this:

$("#about-slider").owlCarousel({
autoplay: true,
items : 1,
});