diff --git a/layouts/shortcodes/video.html b/layouts/shortcodes/video.html new file mode 100644 index 0000000..f512ab9 --- /dev/null +++ b/layouts/shortcodes/video.html @@ -0,0 +1,14 @@ +{{ $src := .Get "src" }} +{{ $type := .Get "type" | default "video/mp4" }} +{{ $width := .Get "width" | default "100%" }} +{{ $height := .Get "height" | default "auto" }} +{{ $controls := .Get "controls" | default "true" }} + +