mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-12 22:25:24 +03:00
spans
This commit is contained in:
parent
7436d8cb11
commit
cb89db8c7b
@ -881,10 +881,10 @@ function MotionReview({
|
|||||||
const aspectRatio = camera.detect.width / camera.detect.height;
|
const aspectRatio = camera.detect.width / camera.detect.height;
|
||||||
if (aspectRatio > 2) {
|
if (aspectRatio > 2) {
|
||||||
grow = "aspect-wide";
|
grow = "aspect-wide";
|
||||||
spans = reviewCameras.length > 3 && "col-span-2";
|
spans = "sm:col-span-2";
|
||||||
} else if (aspectRatio < 1) {
|
} else if (aspectRatio < 1) {
|
||||||
grow = "h-full aspect-tall";
|
grow = "h-full aspect-tall";
|
||||||
spans = "row-span-2";
|
spans = "md:row-span-2";
|
||||||
} else {
|
} else {
|
||||||
grow = "aspect-video";
|
grow = "aspect-video";
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user