Compare commits

...

2 Commits

Author SHA1 Message Date
Kakabay 086fa9fc61 build 2023-03-02 16:55:27 +05:00
Kakabay c5f115b01f player autoplay 2023-03-02 16:55:21 +05:00
3 changed files with 4 additions and 3 deletions

File diff suppressed because one or more lines are too long

2
dist/index.html vendored
View File

@ -5,7 +5,7 @@
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Exchange</title>
<script type="module" crossorigin src="/assets/index.b192f733.js"></script>
<script type="module" crossorigin src="/assets/index.5a7d90ee.js"></script>
<link rel="stylesheet" href="/assets/index.9661e2a1.css">
</head>
<body>

View File

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