-
Notifications
You must be signed in to change notification settings - Fork 7.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Poster image doesn't show when Flash fallback is used and controls are disabled. #1625
Comments
.video-js.vjs-fullscreen.vjs-user-inactive { doesn't work for me with flash fallback on (rtmp stream) while fullscreen. I still have cursor |
At one point I believe we had |
Still an issue for v5 for the same reason: video.js/src/css/components/_poster.scss Lines 38 to 47 in 6bbd6f1
|
We previously hid the poster image when controls were disabled because the poster image had a click handler on it. However, this meant that in the case of Flash, which doesn't have a native poster image ability, we lost the poster. Fixes videojs#1625.
We previously hid the poster image when controls were disabled because the poster image had a click handler on it. However, this meant that in the case of Flash, which doesn't have a native poster image ability, we lost the poster. Fixes #1625.
Because of these styles, the poster will never be shown for a Flash player with controls disabled.
The text was updated successfully, but these errors were encountered: