You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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()
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
The text was updated successfully, but these errors were encountered: