-
-
Notifications
You must be signed in to change notification settings - Fork 561
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
Added an option to remove black bars in full screen mode #2141
Conversation
hi! @bart1998 thank you! alternatively it can also appear conditionally only on 21:9 screens (we have variable for screen size) should it be enabled by default on 21:9 screens? hi! @TuTAH1 |
thanks! @bart1998 ready to send this to everybody! (and i agree it is related to player size too, could appear below player size, for 21:9 screens at least) how common is (b)? Will youtube/js&css/extension/www.youtube.com/appearance/player/player.css Lines 423 to 426 in 5acbe47
) |
In the not full screen mode there are no black bars added by youtube as the window will fit the video. So I don't see how this should work then. @TuTAH1 |
@ImprovedTube object-fit:contain is the default behaviour of youtube on full screen mode. It will make the video as large as possible without parts going outside of the screen. Though it might be helpful for the not full screen modes that you mentioned |
Added an option to fill the screen while maintaining aspect ratio in full screen mode. This solves issue #1069