Video player placeholder removed

This commit is contained in:
Kakabay 2023-03-02 12:46:00 +05:00
parent 6473023c00
commit 8fb1b061d5
1 changed files with 2 additions and 2 deletions

View File

@ -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%'}
/>