How to set Owl Carousel Autoplay
Set autoplay true in js
$('.owl-carousel-add').owlCarousel({ loop:true, margin:10, nav:false, autoplay: true, stopOnHover : true, responsive:{ 0:{ items:1 }, 600:{ items:1 }, 1000:{ items:1 } } });
Share
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.