how do I set data-autoplay only for mobile devices?
& can you tell me which options are available in the clients carousel?
oc clients
1 reply · opened Jan 11, 2020
LLileshJan 11, 2020
SSemicolon WebSTAFFJan 12, 2020
Hello,
Currently, this is not supported out of the box and to Customize the Options in the you will need add Custom Owl Carousel Initialization JS Codes at the bottom of the Page. Simply add the .customjs Class to the .carousel-widget Element to disable the Default Options and then use the Options from the Official Documentation: https://owlcarousel2.github.io/OwlCarousel2/docs/api-options.html . Example:
jQuery(document).ready(function(){
jQuery('.owl-carousel').owlCarousel({
items: 4,
// more options here
});
});
Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Have the same question, or something new?
Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.
Reply on the dashboard