1
0
mirror of https://github.com/nolanlawson/pinafore synced 2025-01-31 14:04:50 +01:00

14 lines
210 B
HTML
Raw Normal View History

2018-03-31 10:45:11 -07:00
<video
class="{{className || ''}}"
aria-label="{{ariaLabel || ''}}"
style="background: url({{poster}});"
:poster
:width
:height
:src
autoplay
muted
loop
webkit-playsinline
playsinline
/>