mirror of
https://github.com/zoriya/react-native-video.git
synced 2026-05-27 08:32:32 +00:00
fix(web): overlay radius
This commit is contained in:
@@ -131,7 +131,8 @@ const VideoView = forwardRef<VideoViewRef, VideoViewProps>(
|
||||
inset: "0",
|
||||
width: "100%",
|
||||
height: "100%",
|
||||
}}
|
||||
"--media-border-radius": "0",
|
||||
} as CSSProperties}
|
||||
>
|
||||
{controls ? <VideoSkin>{videoContent}</VideoSkin> : videoContent}
|
||||
</Player.Container>
|
||||
|
||||
Reference in New Issue
Block a user