mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 09:45:22 +03:00
Set max size for birdseye
This commit is contained in:
parent
6b0df120c6
commit
ab2b033c17
@ -6,7 +6,7 @@ export default function Birdseye() {
|
|||||||
return (
|
return (
|
||||||
<div className="space-y-4 p-2 px-4">
|
<div className="space-y-4 p-2 px-4">
|
||||||
<Heading size="2xl">Birdseye</Heading>
|
<Heading size="2xl">Birdseye</Heading>
|
||||||
<div>
|
<div className="max-w-7xl">
|
||||||
<JSMpegPlayer camera="birdseye" />
|
<JSMpegPlayer camera="birdseye" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user