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
owl.owlCarousel({ items:4, nav:true, loop:true, autoWidth:true, itemsTablet: [768,1] });
First, you need to call the owl.autoplay.js.
This code works for me:
owl.trigger('play.owl.autoplay',[1000]);