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
in a flash mode, we set controls to false,then no poster get shown ( it should).
I do checked the source code, in _poster.scss, see:
// Hide the poster when controls are disabled because it's clickable
// and the native poster can take over
.vjs-controls-disabled .vjs-poster {
display: none;
}
so the reason is video element have a poster attribute,that's ok, but in flash ...
Description
in a flash mode, we set controls to false,then no poster get shown ( it should).
I do checked the source code, in _poster.scss, see:
so the reason is video element have a poster attribute,that's ok, but in flash ...
Steps to reproduce
my test code:
The text was updated successfully, but these errors were encountered: