From 71160f8c35da6d40bad52cfecd7152c539dd85c6 Mon Sep 17 00:00:00 2001 From: RblSb Date: Mon, 7 Apr 2025 19:24:35 +0300 Subject: Fix twitch iframes You also don't need to change `parent` arg in iframe src now --- res/css/des.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'res/css') 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) { -- cgit v1.2.3