This commit is contained in:
yumoqing 2024-10-10 12:00:46 +08:00
parent 6efe9cce85
commit 0dded0052b

View File

@ -96,7 +96,7 @@ bricks.Video = class extends bricks.Layout {
if (this.autoplay){ if (this.autoplay){
this.player.autoplay = true; this.player.autoplay = true;
this.player.muted = true; this.player.muted = true;
// this.player.ready(this.auto_play.bind(this)); this.player.ready(this.auto_play.bind(this));
} else { } else {
console.log('autoplay=', this.autoplay, this.auto_play); console.log('autoplay=', this.autoplay, this.auto_play);
// this.player.ready(this.auto_play.bind(this)); // this.player.ready(this.auto_play.bind(this));