forked from Github/frigate
fix birdseye fullscreen (#11625)
This commit is contained in:
@@ -49,7 +49,7 @@ export default function JSMpegPlayer({
|
||||
selectedContainerRef.current?.clientHeight,
|
||||
),
|
||||
)
|
||||
: aspectRatio > fitAspect
|
||||
: aspectRatio >= fitAspect
|
||||
? Math.floor(containerWidth / aspectRatio)
|
||||
: Math.floor(containerWidth / aspectRatio) / 1.5;
|
||||
const finalHeight = stretch
|
||||
|
||||
Reference in New Issue
Block a user