Skip to content
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

Add setting option for default aspect ratio #463

Open
CKraft11 opened this issue Jul 10, 2021 · 2 comments
Open

Add setting option for default aspect ratio #463

CKraft11 opened this issue Jul 10, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@CKraft11
Copy link

On the player view even on my 21:9 phone the playback defaults to a letterbox cropped view and I have to manually change the aspect ratio for it to fully cover the screen. An option in settings that would allow me to change it to Cover as default instead of having to change the option every time the player is opened would be great. This is already a known issue with the current solution being a hacky workaround. Thanks in advance!

@CKraft11 CKraft11 added the enhancement New feature or request label Jul 10, 2021
@anthonylavado anthonylavado changed the title Add setting option for default aspect rario Add setting option for default aspect ratio Aug 4, 2021
@khrosales1989
Copy link

I have a pull request to add this functionality to the html video player

@TheGitPanda
Copy link

TheGitPanda commented Feb 21, 2023

A temporary workaround for this is to add custom CSS .htmlvideoplayer { object-fit: cover !important } but this will affect all devices and force cover mode on all.

Also there's a bug on Windows 11 (recent updates as of writing) when using Cover mode replicated in Jellyfin 10.8.9 where it stretches in fullscreen on a 2560 x 1440. display. I had to add a hack .videoPlayerContainer { top: -1px !important; }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants