diff options
Diffstat (limited to 'res/css/des.css')
| -rw-r--r-- | res/css/des.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/res/css/des.css b/res/css/des.css index fa9a50b..850b53c 100644 --- a/res/css/des.css +++ b/res/css/des.css @@ -456,10 +456,16 @@ header h4 { max-height: 80vh; } +.videoplayerIframeParent { + width: 100%; + height: 100%; +} + iframe#videoplayer { width: 100%; height: 100%; aspect-ratio: 16 / 9; + position: unset !important; } @media only screen and (orientation: portrait) { |
