mirror of
https://github.com/webadderallorg/Recordly.git
synced 2026-09-25 23:35:43 +00:00
Fix webcam squircle clipping
This commit is contained in:
@@ -606,7 +606,7 @@ const VideoPlayback = forwardRef<VideoPlaybackRef, VideoPlaybackProps>(
|
||||
bubble.style.borderRadius = "0px";
|
||||
bubble.style.boxShadow = "none";
|
||||
|
||||
bubbleInner.style.borderRadius = `${webcamCornerRadius}px`;
|
||||
bubbleInner.style.borderRadius = "0px";
|
||||
bubbleInner.style.overflow = "hidden";
|
||||
bubbleInner.style.contain = "paint";
|
||||
bubbleInner.style.clipPath = `path('${squirclePath}')`;
|
||||
|
||||
Reference in New Issue
Block a user