pinafore/routes/_components/AutoplayVideo.html

14 wiersze
210 B
HTML
Czysty Zwykły widok Historia

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