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?