Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Volkmar Kantor

    (@volkmar-kantor)

    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.

    Thread Starter Volkmar Kantor

    (@volkmar-kantor)

    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;
      }
    }
    Thread Starter Volkmar Kantor

    (@volkmar-kantor)

    ANOTHER BUG: the slider do not progress to the next slide after the defined seconds when a video is played.

    Plugin Contributor averta support

    (@averta_support)

    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

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Embeded Video do not autoplay’ is closed to new replies.