Video player placeholder removed
This commit is contained in:
parent
6473023c00
commit
8fb1b061d5
|
|
@ -10,11 +10,11 @@ const VideoPlayer = ({ videoUrl }) => {
|
|||
<div className="video-player">
|
||||
<ReactPlayer
|
||||
// url={hosting + videoUrl}
|
||||
url={videoUrl}
|
||||
url={`${videoUrl}`}
|
||||
controls
|
||||
// playIcon={videoUrl.length > 0 ? <PlayIcon /> : undefined}
|
||||
volume={1}
|
||||
light={true}
|
||||
light={false}
|
||||
height={'100%'}
|
||||
width={'100%'}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue