forked from Github/frigate
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