i getting it to work by adding a slider callback.
Add “before slider change”:
function(event){
var api = event.target;
api.currentSlide.videoAutoPlay = true;
}
Would be great if this would work without hacking.
One code-correction for anyone how like to use the snippet:
function(event){
var api = event.target;
if(api.currentSlide.vframe!==undefined) {
api.currentSlide.videoAutoPlay = true;
}
}
ANOTHER BUG: the slider do not progress to the next slide after the defined seconds when a video is played.
Hi Volkmar,
Thank you for choosing Master Slider.
Please note that when the video starts playing, slide timer will be paused, that’s why when video is playing, the slider can’t go to the next slide automatically. When the user click close and stop the video, timer will resume. With that api you can define even when the video is playing, the slider move to the next slide, or you can customize the timer.
Our dev team is considering on fixing autoplay issue in upcoming updates.
Please feel free to ask any further questions.
Best,
Averta