pupunzi / jquery.mb.YTPlayer

use a custom yutube player for a video as background on jQuery framework

Home Page:https://pupunzi.com/mb.components/mb.YTPlayer/demo/demo.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Player stops before video ends

skipstorm opened this issue · comments

It appears the video playback stops 1 second before the actual end of the video, it's not noticeable until you use a video with speech until the very end

i resolved it changing
jQuery(YTPlayer).YTPPause()

with

setTimeout(function(){jQuery(YTPlayer).YTPPause()}, 300);

half second is enough