diff --git a/web/src/components/player/LivePlayer.tsx b/web/src/components/player/LivePlayer.tsx
index 4e23b698d..aa63d3f08 100644
--- a/web/src/components/player/LivePlayer.tsx
+++ b/web/src/components/player/LivePlayer.tsx
@@ -175,7 +175,11 @@ export default function LivePlayer({
{liveChips && (
-
+
Motion
{cameraConfig.audio.enabled_in_config && (
-
+
Sound
)}
-
+
2) {
grow = "aspect-wide md:col-span-2";
- } else if (camera.detect.width / camera.detect.height < 1) {
+ } else if (camera.detect.width / camera.detect.height < 0.7) {
grow = "aspect-tall md:row-span-2";
} else {
grow = "aspect-video";