We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Videos aren't visible on YouTube when viewing in fullscreen.
Audio, but no video.
Fullscreen video.
100%
Reproduces on v0.53.1
Calling the fullscreen method directly on the video element works:
document.querySelector('video').webkitRequestFullScreen()
The text was updated successfully, but these errors were encountered:
Couldn't reproduce this issue on my machine with clean install
Sorry, something went wrong.
I also cannot repro today.
No branches or pull requests
Description
Videos aren't visible on YouTube when viewing in fullscreen.
Steps to Reproduce
Actual result:
Audio, but no video.
Expected result:
Fullscreen video.
Reproduces how often:
100%
Brave version (about:brave info)
Reproducible on current release:
Reproduces on v0.53.1
Website problems only:
Additional Information
Calling the fullscreen method directly on the video element works:
The text was updated successfully, but these errors were encountered: