diff --git a/web/src/components/player/HlsVideoPlayer.tsx b/web/src/components/player/HlsVideoPlayer.tsx index 5d6b2d170..8125cd012 100644 --- a/web/src/components/player/HlsVideoPlayer.tsx +++ b/web/src/components/player/HlsVideoPlayer.tsx @@ -379,7 +379,7 @@ export default function HlsVideoPlayer({ }} contentStyle={{ width: "100%", - height: isMobile ? "100%" : undefined, + height: isMobile || rotate ? "100%" : undefined, }} >