let's JSMpegPlayer dont takes up the entire screen

This commit is contained in:
Sergey Krashevich 2023-06-15 17:45:40 +03:00
parent db869d10d8
commit ea311661d7
No known key found for this signature in database
GPG Key ID: 625171324E7D3856

View File

@ -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>
);