feat: Enable autoplay on the video widget
This commit is contained in:
parent
465720c398
commit
0c41320637
@ -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
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user