Update controller.js

This commit is contained in:
A-Circle Zhang 2018-09-29 10:18:57 +08:00 committed by GitHub
parent fd845e1abf
commit 156552be97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ class Controller {
if (this.player.options.video.thumbnails) {
this.thumbnails = new Thumbnails({
container: this.player.template.barPreview,
barWidth: this.player.template.barWrap.offsetWidth,
barWrap: this.player.template.barWrap,
url: this.player.options.video.thumbnails,
events: this.player.events
});