diff --git a/src/components/VideoPlayer.jsx b/src/components/VideoPlayer.jsx index ecf5a60..7355595 100644 --- a/src/components/VideoPlayer.jsx +++ b/src/components/VideoPlayer.jsx @@ -14,7 +14,8 @@ const VideoPlayer = ({ videoUrl }) => { controls // playIcon={videoUrl.length > 0 ? : undefined} volume={1} - light={false} + light={true} + playing={true} height={'100%'} width={'100%'} />