player autoplay
This commit is contained in:
parent
ab28f5f03b
commit
c5f115b01f
|
|
@ -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%'}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue