ultrawidify icon indicating copy to clipboard operation
ultrawidify copied to clipboard

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

Open Kansalis opened this issue 3 years ago • 3 comments

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 avatar Nov 26 '21 11:11 Kansalis

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.

tamius-han avatar Dec 01 '21 08:12 tamius-han

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

jagilbertvt avatar Dec 24 '21 18:12 jagilbertvt

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.

qu4ckth3duck avatar Oct 15 '22 18:10 qu4ckth3duck