From 8900eee75c01632a4b38459ff155dc00def88b53 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Sun, 3 Mar 2024 22:17:59 -0600 Subject: [PATCH] consistent check for aspect ratio for tall cameras --- web/src/components/player/DynamicVideoPlayer.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/components/player/DynamicVideoPlayer.tsx b/web/src/components/player/DynamicVideoPlayer.tsx index 4f693cdf1..e5a9e36c1 100644 --- a/web/src/components/player/DynamicVideoPlayer.tsx +++ b/web/src/components/player/DynamicVideoPlayer.tsx @@ -56,7 +56,7 @@ export default function DynamicVideoPlayer({ return ( config.cameras[camera].detect.width / config.cameras[camera].detect.height < - 1.7 + 1 ); }, [camera, config]); @@ -267,7 +267,7 @@ export default function DynamicVideoPlayer({ )}