mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-07-23 20:29:02 +03:00
ensure jsmpeg canvas is rounded and clipped (#9842)
This commit is contained in:
@@ -37,7 +37,9 @@ export default function CameraImage({
|
||||
|
||||
return (
|
||||
<div
|
||||
className={`relative w-full h-full flex justify-center ${className}`}
|
||||
className={`relative w-full h-full flex justify-center ${
|
||||
className || ""
|
||||
}`}
|
||||
ref={containerRef}
|
||||
>
|
||||
{enabled ? (
|
||||
|
||||
Reference in New Issue
Block a user