From 7cc235ae933fff792f846b1b17dcad1e47264d17 Mon Sep 17 00:00:00 2001 From: nrlcode Date: Tue, 24 Mar 2026 14:00:58 -0700 Subject: [PATCH] History mobile: let zoom fill splitter-created headroom (cherry picked from commit 36936707451d9b6aa9281b680fab3b8370d4440f) --- web/src/components/player/HlsVideoPlayer.tsx | 9 ++++++- .../player/dynamic/DynamicVideoPlayer.tsx | 3 +++ web/src/views/recording/RecordingView.tsx | 26 ++++++++++++------- 3 files changed, 28 insertions(+), 10 deletions(-) diff --git a/web/src/components/player/HlsVideoPlayer.tsx b/web/src/components/player/HlsVideoPlayer.tsx index bc3496ebb..8ef5f1c42 100644 --- a/web/src/components/player/HlsVideoPlayer.tsx +++ b/web/src/components/player/HlsVideoPlayer.tsx @@ -38,6 +38,7 @@ export interface HlsSource { type HlsVideoPlayerProps = { videoRef: MutableRefObject; + videoClassName?: string; containerRef?: React.MutableRefObject; visible: boolean; currentSource: HlsSource; @@ -64,6 +65,7 @@ type HlsVideoPlayerProps = { export default function HlsVideoPlayer({ videoRef, + videoClassName, containerRef, visible, currentSource, @@ -441,7 +443,12 @@ export default function HlsVideoPlayer({ )}