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

Natively 4:3 aspect ratio videos on Youtube get cropped out of the player #224

Open
OathOfRevenge opened this issue Apr 17, 2023 · 3 comments

Comments

@OathOfRevenge
Copy link

As the title says. Going fullscreen or into theater mode will show the full video.

The video also gets cropped/shifted to the right when using the miniplayer function, and as a side issue the extension options don't seem to affect the miniplayer at all (for what it's worth).

Example: https://www.youtube.com/watch?v=FZrFMi6B0jQ

@tamius-han
Copy link
Owner

It works fine for me even in normal player.

The "issue with video escaping the player" — this if I understand right:
slika

Can be fixed by adding the following to the Advanced settings -> Additional CSS for this site while on youtube:

#movie_player {
  overflow: hidden !important;
}

slika

@OathOfRevenge
Copy link
Author

Not the type of "escaping" I meant, I'll show you in the video attached.

I also found what causes the issue for me: I normally have youtube on 110% zoom (not a fan of the wasted space on the side), and apparently "that" paired with the presence of the toolbar (hiding it doesn't cause the sliding to the right) is what causes the wrong crop.

issue.mp4

@tamius-han
Copy link
Owner

And that's part of the reason the big UI rework that's coming eventually will only work in full screen by default (and in theater mode in select few sites that have it), but not in normal players unless explicitly enabled.

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

No branches or pull requests

2 participants