Add site content and config
This commit is contained in:
4
layouts/shortcodes/video.html
Normal file
4
layouts/shortcodes/video.html
Normal file
@@ -0,0 +1,4 @@
|
||||
<video width="{{ .Params.Width }}" height="{{ .Params.Height }}" controls>
|
||||
<source src="{{ .Params.Src }}" type="video/mp4">
|
||||
Your browser does not support the video tag.
|
||||
</video>
|
||||
Reference in New Issue
Block a user