From b61719e226d34388276f899720ca8c343fc5e600 Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 20 Mar 2026 10:13:23 +0000 Subject: [PATCH] fix: add object-contain to HlsVideoPlayer and PreviewPlayer video elements Ensures recorded video playback preserves aspect ratio instead of stretching to fill the container. MsePlayer (live grid) is unchanged. https://claude.ai/code/session_01SxrckSRTA8Hrd3d7M4qw4i --- web/src/components/player/HlsVideoPlayer.tsx | 2 +- web/src/components/player/PreviewPlayer.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/components/player/HlsVideoPlayer.tsx b/web/src/components/player/HlsVideoPlayer.tsx index b91efd84b..2e8e900a7 100644 --- a/web/src/components/player/HlsVideoPlayer.tsx +++ b/web/src/components/player/HlsVideoPlayer.tsx @@ -390,7 +390,7 @@ export default function HlsVideoPlayer({ )}