diff --git a/web/src/components/player/LivePlayer.tsx b/web/src/components/player/LivePlayer.tsx index 8fba27bda..08b1ac2c9 100644 --- a/web/src/components/player/LivePlayer.tsx +++ b/web/src/components/player/LivePlayer.tsx @@ -412,24 +412,17 @@ export default function LivePlayer({ lowerClassName="md:rounded-2xl" /> )} - {applyDashboardTransforms ? ( -
-
- {player} -
+
+
+ {player}
- ) : ( - player - )} +
{cameraEnabled && !offline && (!showStillWithoutActivity || isReEnabling) && @@ -487,63 +480,33 @@ export default function LivePlayer({
)} - {applyDashboardTransforms ? ( -
+ -
- -
-
- ) : ( -
- -
- )} + fit={shouldFillContainer ? "cover" : "contain"} + camera={cameraConfig.name} + showFps={false} + reloadInterval={stillReloadInterval} + periodicCache + /> + {offline && applyDashboardTransforms && ( <>