arcusiridis/layouts/shortcodes/avid.html

4 lines
153 B
HTML
Raw Permalink Normal View History

2020-06-17 12:52:22 +00:00
<video autoPlay muted loop style=" width: 100% !important; height: auto !important;">
<source type="video/mp4" src="{{- .Inner -}}" />
</video>