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

Plex on Win11 - White video background when using stretch/zoom to fill #172

Open
Kansalis opened this issue Nov 26, 2021 · 3 comments
Open

Comments

@Kansalis
Copy link

Describe the bug
When enabling Ultrawidify in Plex on Windows 11, video background is set to white instead of black. Same issue with all browsers. On the same PC with Win10, background bars are black as expected. Stretch/Zoom modes etc work as expected, just any remaining edges outside the video are white.

To Reproduce
Enable extension on Plex video

Expected behavior
Background should be black instead of white

Screenshots

unknown

Browser and OS

  • Browser/browser version: Chrome, Firefox, Edge. Issue persisted through multiple versions
  • Operating system: Windows 11 release version
  • Ultrawidify version: 5.1.1 (same issue since Aug 2021)
@Kansalis Kansalis changed the title Plex Plex on Win11 - White video background when using stretch/zoom to fill Nov 26, 2021
@tamius-han tamius-han pinned this issue Dec 1, 2021
@tamius-han
Copy link
Owner

tamius-han commented Dec 1, 2021

I know I've been through this once before. Assuming you're self-hosting, you will have to visit [popup] -> Advanced settings -> Additional CSS (while on plex) and paste this into the box:

.application {
  background-color: #000;
}

Like so:

slika

This should fix the issue. You will have to do that if you're self-hosting because ultrawidify applies site-specific fixes based on the URL.

If you're viewing this on app.plex.tv, then someone hasn't kept his promise from the last time, though (#158). I'll have to check that.

@jagilbertvt
Copy link

While that fixes the white bars on video playback, it also changes the background color to black when viewing the plex library/dashboard/etc.

@qu4ckth3duck
Copy link

Sorry to necro; I ran into this problem but it seems to only happen when playback is on the local IP and not app.plex.tv.

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

4 participants