closed
Time Slider Delay
Hi
I need to change the time delay on this carousel. Where, how can I change class css or code line js to modify it...
<div class="product_slider carousel_slider owl-carousel owl-theme nav_style1" data-loop="true" data-dots="false" data-nav="true" data-margin="20" data-autoplay="true" data-responsive='{"0":{"items": "1"}, "481":{"items": "2"}, "768":{"items": "3"}, "1199":{"items": "4" !!}'>
Thanks
Asked 3 years ago on August 10, 2021 1:49 AM Comments 1 times
Anil replied 3 years ago on August 11, 2021 4:32 AM
Hello,
You can simply add the data-smart-speed="1000" data-autoplay-timeout="6000"
This will definitely work fine. Hope this Helps!
Anil z