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
If no poster image is assigned when video.js is initialized, the poster div is explicitly hidden. If a poster is assigned later, the poster component is never re-shown.
The text was updated successfully, but these errors were encountered:
Found one odd browser behavior here that's worth noting. In Chrome/Safari, if you set the video element's poster after the video has started playing, the poster will show and hide the video while the video keeps playing. I can't think of a real use case for doing that, but Firefox doesn't show the poster, which seems more correct.
heff
added a commit
to heff/video.js
that referenced
this issue
Oct 16, 2014
If no poster image is assigned when video.js is initialized, the poster div is explicitly hidden. If a poster is assigned later, the poster component is never re-shown.
The text was updated successfully, but these errors were encountered: