Compare commits
2 Commits
ab28f5f03b
...
086fa9fc61
| Author | SHA1 | Date |
|---|---|---|
|
|
086fa9fc61 | |
|
|
c5f115b01f |
File diff suppressed because one or more lines are too long
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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%'}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue