Generate video thumbnails (#4084)
* Generate video thumbnails * import order
This commit is contained in:
@@ -35,7 +35,7 @@ export default Vue.extend({
|
||||
computed: {
|
||||
imageStyle(): any {
|
||||
return {
|
||||
'background-image': null // TODO `url(${this.video.thumbnailUrl})`
|
||||
'background-image': `url(${this.video.thumbnailUrl})`
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user