diff options
| author | RblSb <msrblsb@gmail.com> | 2025-04-07 19:24:35 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2025-04-07 19:29:06 +0300 |
| commit | 71160f8c35da6d40bad52cfecd7152c539dd85c6 (patch) | |
| tree | 907359be529f26774620e869ef6e10675af461c4 /res/css/des.css | |
| parent | f61717fcc48fe7039cab5e183da29653e445f691 (diff) | |
Fix twitch iframes
You also don't need to change `parent` arg in iframe src now
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) { |
