mirror of
https://github.com/acid-info/new-codex.storage.git
synced 2026-08-30 21:01:08 +00:00
18 lines
374 B
HTML
18 lines
374 B
HTML
<div @name="video-player" class="video-player">
|
|
<icon src="icon/header/play.svg"></icon>
|
|
|
|
<dialog>
|
|
<video
|
|
controls
|
|
poster="{ poster }"
|
|
preload="metadata"
|
|
playsinline
|
|
width="100%"
|
|
height="auto"
|
|
>
|
|
<source src="{ src }" type="video/mp4" />
|
|
Your browser does not support the video tag.
|
|
</video>
|
|
</dialog>
|
|
</div>
|