Answer the question
In order to leave comments, you need to log in
How to stop youtube video playing when switching slide?
Good afternoon, please tell me how to stop playing a youtube video when switching the slide in which it is located. I use bxslider, I put ifarme from youtube in the slide, when I switch the slide, the previous video continues to play.
.bx-slider
.slide
<iframe width="560" height="315" src="https://www.youtube.com/embed/lwI6-jKlsO0" frameborder="0" allowfullscreen></iframe>
.slide
<iframe width="560" height="315" src="https://www.youtube.com/embed/lwI6-jKlsO0" frameborder="0" allowfullscreen></iframe>
.slide
<iframe width="560" height="315" src="https://www.youtube.com/embed/lwI6-jKlsO0" frameborder="0" allowfullscreen></iframe>
$('#next3').click(function(){
slider11.goToNextSlide();
return false
});
$('#prev3').click(function(){
slider11.goToPrevSlide();
return false
});
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question