mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-09 04:35:25 +03:00
Fix aspect
This commit is contained in:
parent
7bb7049a3b
commit
39ca997c4c
@ -192,7 +192,7 @@ export function RecordingView({
|
||||
const grow = useMemo(() => {
|
||||
if (mainCameraAspect == "wide") {
|
||||
return "w-full aspect-wide";
|
||||
} else if (mainCameraAspect == "tall") {
|
||||
} else if (isDesktop && mainCameraAspect == "tall") {
|
||||
return "h-full aspect-tall";
|
||||
} else {
|
||||
return "w-full aspect-video";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user