Comments Nicolas started the conversationMarch 10, 2020 at 6:13pmHi,I am trying to use an Carousel Image Slider to include different logos, how can I make the carousel autoplay and customize the speed? 1,974Support repliedMarch 10, 2020 at 8:54pmThe carousel is initialised in /js/scripts.js line 1276 in function Sliders()$('.carousel').owlCarousel({ loop:true, margin:20, autoHeight:false, navSpeed: 600, nav:true, responsive:{ 0:{ items:1 }, 479:{ items:2 }, 1024:{ items:3 }, 1466:{ items:3 } } });and this is the complete list of options:https://owlcarousel2.github.io/OwlCarousel2/docs/api-options.htmlso you should useautoplay: true, Hard refresh the page (Ctrl+F5) to see the changesThank you. Clapat Support https://www.clapat.com/ Review Envato Item Support PolicyNicolas repliedMarch 11, 2020 at 9:00pmThank you!!! :D Sign in to reply ...
Hi,
I am trying to use an Carousel Image Slider to include different logos, how can I make the carousel autoplay and customize the speed?
The carousel is initialised in /js/scripts.js line 1276 in function Sliders()
$('.carousel').owlCarousel({
loop:true,
margin:20,
autoHeight:false,
navSpeed: 600,
nav:true,
responsive:{
0:{
items:1
},
479:{
items:2
},
1024:{
items:3
},
1466:{
items:3
}
}
});
and this is the complete list of options:
https://owlcarousel2.github.io/OwlCarousel2/docs/api-options.html
so you should use
autoplay: true,
Hard refresh the page (Ctrl+F5) to see the changes
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Thank you!!! :D