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

video fill screen broken again #2093

Open
sentix001 opened this issue Mar 12, 2024 · 7 comments
Open

video fill screen broken again #2093

sentix001 opened this issue Mar 12, 2024 · 7 comments
Labels
Bug Bug or required update after YouTube changes good first issue A GitHub standard for inviting (new) contributors *Congratulations in advance!* help wanted Just an old github standard we add automatically. (The team can remove it when working on it.) up-for-grabs (a github standard for inviting new contributors) - Welcome! ♥

Comments

@sentix001
Copy link

see

@sentix001 sentix001 added Bug Bug or required update after YouTube changes good first issue A GitHub standard for inviting (new) contributors *Congratulations in advance!* help wanted Just an old github standard we add automatically. (The team can remove it when working on it.) up-for-grabs (a github standard for inviting new contributors) - Welcome! ♥ labels Mar 12, 2024
@sentix001
Copy link
Author

is no one else experiencing this? or just me?

@ImprovedTube
Copy link
Member

which exact option, browser, etc?

@sentix001
Copy link
Author

Appearance - Player - Player Size: Full Height

chrome latest version

@ImprovedTube
Copy link
Member

@sentix001 i see too much height by about 27px (as much as half the controls bar)
(unless we also hide YouTube's header)

@sentix001
Copy link
Author

Screenshot - 3_21_2024 , 9_10_49 PM

@sentix001
Copy link
Author

mine is like this

@ImprovedTube
Copy link
Member

Also if someone comes here looking how to fix theater mode on the new UI you can add this to your userstyles until the addon is updated:

ytd-watch-grid[full-bleed-player] #player-full-bleed-container.ytd-watch-grid{
 height: calc(var(--it-player-size) - var(--it-header-size));
 max-height: var(--it-player-size);
}

ytd-watch-grid[is-dark-theme][theater]:not([fullscreen])[transparent-theater-mode] #player-full-bleed-container.ytd-watch-grid{
 background: rgb(0,0,0);
}

#2038 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Bug or required update after YouTube changes good first issue A GitHub standard for inviting (new) contributors *Congratulations in advance!* help wanted Just an old github standard we add automatically. (The team can remove it when working on it.) up-for-grabs (a github standard for inviting new contributors) - Welcome! ♥
Projects
None yet
Development

No branches or pull requests

2 participants