mirror of
https://github.com/nolanlawson/pinafore
synced 2025-01-07 16:54:34 +01:00
14 lines
210 B
HTML
14 lines
210 B
HTML
<video
|
|
class="{{className || ''}}"
|
|
aria-label="{{ariaLabel || ''}}"
|
|
style="background: url({{poster}});"
|
|
:poster
|
|
:width
|
|
:height
|
|
:src
|
|
autoplay
|
|
muted
|
|
loop
|
|
webkit-playsinline
|
|
playsinline
|
|
/> |