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
When the video is loaded without an explicit poster image and with autoplay = false, the first image of the entire video is displayed and not the first image of the specified video sequence (the video image at the start offset).
In my application program, I can solve this problem with the following code:
When the video is loaded without an explicit poster image and with autoplay = false, the first image of the entire video is displayed and not the first image of the specified video sequence (the video image at the start offset).
In my application program, I can solve this problem with the following code:
player.one("canplay", () => player.currentTime(0));
The text was updated successfully, but these errors were encountered: