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 });