diff --git a/web/src/components/player/HlsVideoPlayer.tsx b/web/src/components/player/HlsVideoPlayer.tsx index 6a2a1bcec..2bbf4d801 100644 --- a/web/src/components/player/HlsVideoPlayer.tsx +++ b/web/src/components/player/HlsVideoPlayer.tsx @@ -116,7 +116,7 @@ export default function HlsVideoPlayer({ }} contentStyle={{ width: "100%", - height: "100%", + height: isMobile ? "100%" : undefined, }} >