[whatwg/fullscreen] can't change video orientation in fullscreen in desktop (#188)

Hello,

I tried to change a full screen video orientation by javascript but it wasn't possible, locked!

I also tried to rotate while it's in fullscreen:
```
video:fullscreen {
  transform: rotate(90deg);
}
```
no chance.
Can you please help me find a way?

Thanks

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fullscreen/issues/188

Received on Saturday, 19 December 2020 00:33:10 UTC