mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-05 10:45:21 +03:00
let's JSMpegPlayer dont takes up the entire screen
This commit is contained in:
parent
db869d10d8
commit
ea311661d7
@ -64,7 +64,7 @@ export default function Birdseye() {
|
||||
player = (
|
||||
<Fragment>
|
||||
<div className={ptzCameras.length ? 'max-w-5xl xl:w-1/2' : 'w-full'}>
|
||||
<JSMpegPlayer camera="birdseye" />
|
||||
<JSMpegPlayer camera="birdseye" height={config.birdseye.height} width={config.birdseye.width} />
|
||||
</div>
|
||||
</Fragment>
|
||||
);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user