From fb802bd6d902e9880849a18c5aab59717b50c1ff Mon Sep 17 00:00:00 2001 From: Birk Date: Tue, 28 Apr 2026 08:41:31 +0000 Subject: [PATCH] added video --- layouts/shortcodes/video.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 layouts/shortcodes/video.html 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" }} + +