diff --git a/src/components/react-player.tsx b/src/components/react-player.tsx index 9be6d25..8f9841f 100644 --- a/src/components/react-player.tsx +++ b/src/components/react-player.tsx @@ -21,7 +21,7 @@ const VideoPlayer = () => {
)} -
+
{ controls={false} muted={true} playing={true} + loop={true} onReady={handleReady} />