How to override settings for the carousel via javascript
-
I’m trying to stop the slider from autoplay/slide when a youtube video inside a slide is playing. But first to do that I need to control/pause autoplay and then apply youtube api I suppose.
Tried with this$('.carousel').carousel({ pause: true, interval: false });
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to override settings for the carousel via javascript’ is closed to new replies.