mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-10-07 08:21:06 +08:00
ensure jsmpeg canvas is rounded and clipped (#9842)
This commit is contained in:
@@ -111,7 +111,7 @@ export default function LivePlayer({
|
||||
} else if (liveMode == "jsmpeg") {
|
||||
player = (
|
||||
<JSMpegPlayer
|
||||
className="w-full flex justify-center"
|
||||
className="w-full flex justify-center rounded-2xl overflow-hidden"
|
||||
camera={cameraConfig.name}
|
||||
width={cameraConfig.detect.width}
|
||||
height={cameraConfig.detect.height}
|
||||
|
Reference in New Issue
Block a user