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? 2,075Support 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 Review Envato Item Support Policy Follow us! https://www.clapat.com/https://www.facebook.com/clapat.ro https://www.instagram.com/clapat.themes/https://x.com/clapatdesignhttps://www.linkedin.com/company/clapatstudiohttps://www.tiktok.com/@clapatstudioNicolas 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
Review Envato Item Support Policy
Follow us!
https://www.clapat.com/
https://www.facebook.com/clapat.ro
https://www.instagram.com/clapat.themes/
https://x.com/clapatdesign
https://www.linkedin.com/company/clapatstudio
https://www.tiktok.com/@clapatstudio
Thank you!!! :D