From 0c78103e56f77ce8cb302571b33700e225612815 Mon Sep 17 00:00:00 2001 From: ibs0d <53568938+ibs0d@users.noreply.github.com> Date: Sun, 15 Mar 2026 13:38:11 +1100 Subject: [PATCH] Revert "Claude/fix video stretch history ans qf" --- web/src/components/player/MsePlayer.tsx | 2 +- web/src/components/player/PreviewPlayer.tsx | 2 +- web/src/views/live/DraggableGridLayout.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/src/components/player/MsePlayer.tsx b/web/src/components/player/MsePlayer.tsx index 767f16e3a..382c879f8 100644 --- a/web/src/components/player/MsePlayer.tsx +++ b/web/src/components/player/MsePlayer.tsx @@ -849,7 +849,7 @@ function MSEPlayer({ className={className} style={{ objectFit: - "var(--frigate-mse-object-fit, contain)" as CSSProperties["objectFit"], + "var(--frigate-mse-object-fit, fill)" as CSSProperties["objectFit"], transform: "var(--frigate-mse-grid-rotation, none)" as CSSProperties["transform"], transformOrigin: diff --git a/web/src/components/player/PreviewPlayer.tsx b/web/src/components/player/PreviewPlayer.tsx index f7b4542c5..2a831fc6b 100644 --- a/web/src/components/player/PreviewPlayer.tsx +++ b/web/src/components/player/PreviewPlayer.tsx @@ -303,7 +303,7 @@ function PreviewVideoPlayer({ {isVisible && (