3

I run Awesome WM on Ubuntu.

Recently when I try to watch youtube videos in full screen they have been playing in a small letter box - They have not 'full screened'.

In the other hand, Vimeo & Dailymotion videos work correctly.

NOTICE! This is NOT the problem of a youtube video appearing 'behind' the browser. I already have that fix in my rc.lua:

 -- Fix for youtube fullscreen in chrome:
{
  rule = {
    instance = "exe"
  },
  properties = { floating = true }
},

This applies to Chrome and Firefox.

How can I fix the issue so I can view youtube videos in full screen mode again?

develCuy
  • 133
andy boot
  • 1,193

1 Answers1

2

I happened to stumble upon this issue from time to time. Usually, I simply maximize the (small) player window using mod + M while the video is playing. Although this is only a workaround and does not fix the issue (it never annoyed me enough to dig deeper).

Axel Knauf
  • 1,074
  • 7
  • 5