feat: Enable autoplay on the video widget

This commit is contained in:
Nikolai Rodionov 2023-06-23 17:36:30 +02:00
parent 465720c398
commit 0c41320637
Signed by: allanger
GPG Key ID: 19DB54039EBF8F10
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
var player = new Clappr.Player({ var player = new Clappr.Player({
source: {{ .Get 0 }}, source: {{ .Get 0 }},
mute: true, mute: false,
height: 360, height: 360,
width: 640 width: 640
}); });