player autoplay

This commit is contained in:
Kakabay 2023-03-02 16:55:21 +05:00
parent ab28f5f03b
commit c5f115b01f
1 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,8 @@ const VideoPlayer = ({ videoUrl }) => {
controls
// playIcon={videoUrl.length > 0 ? <PlayIcon /> : undefined}
volume={1}
light={false}
light={true}
playing={true}
height={'100%'}
width={'100%'}
/>