video player fix
This commit is contained in:
parent
d544413cd0
commit
015a393a50
1 changed files with 2 additions and 0 deletions
|
|
@ -10,6 +10,8 @@ defineProps<{
|
||||||
<video
|
<video
|
||||||
:src="segment.content"
|
:src="segment.content"
|
||||||
controls
|
controls
|
||||||
|
preload="metadata"
|
||||||
|
playsinline
|
||||||
class="w-full rounded"
|
class="w-full rounded"
|
||||||
>
|
>
|
||||||
Your browser does not support the video element.
|
Your browser does not support the video element.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue