From 0c413206372d78243dfb8d4350fd6048da391d26 Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Fri, 23 Jun 2023 17:36:30 +0200 Subject: [PATCH] feat: Enable autoplay on the video widget --- src/layouts/shortcodes/video.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/shortcodes/video.html b/src/layouts/shortcodes/video.html index f26c3e5..3876006 100644 --- a/src/layouts/shortcodes/video.html +++ b/src/layouts/shortcodes/video.html @@ -13,7 +13,7 @@ var player = new Clappr.Player({ source: {{ .Get 0 }}, - mute: true, + mute: false, height: 360, width: 640 });