This commit is contained in:
yumoqing 2024-10-10 11:58:45 +08:00
parent 9a8f3d988e
commit 6efe9cce85

View File

@ -93,7 +93,6 @@ bricks.Video = class extends bricks.Layout {
textTrackSettings: false textTrackSettings: false
}); });
this._set_source(); this._set_source();
/*
if (this.autoplay){ if (this.autoplay){
this.player.autoplay = true; this.player.autoplay = true;
this.player.muted = true; this.player.muted = true;
@ -102,7 +101,6 @@ bricks.Video = class extends bricks.Layout {
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));
} }
*/
} }
} }
report_ended(){ report_ended(){