1
0
Files
www.taylors.life/layouts/shortcodes/video.html

5 lines
183 B
HTML

<video width="{{ .Params.Width }}" height="{{ .Params.Height }}" controls>
<source src="{{ .Params.Src }}" type="video/mp4">
Your browser does not support the video tag.
</video>