From 00069b2c45be09b7668ea1e6416e4c62dd7642d9 Mon Sep 17 00:00:00 2001 From: Jimmy Date: Fri, 30 Jan 2026 15:09:33 +0100 Subject: [PATCH] feat: add `muted` attribute and refine `autoplay` condition for video shortcode (#1256) --- layouts/_shortcodes/video.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/layouts/_shortcodes/video.html b/layouts/_shortcodes/video.html index 5324754..0a5260c 100644 --- a/layouts/_shortcodes/video.html +++ b/layouts/_shortcodes/video.html @@ -1,10 +1,11 @@ {{- $src := .Get "src" | default (.Get 0) -}}