minor
This commit is contained in:
@@ -37,7 +37,7 @@ export default {
|
|||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
backgroundPreview () {
|
backgroundPreview () {
|
||||||
if (this.media) {
|
if (this.media && this.media.preview) {
|
||||||
return {
|
return {
|
||||||
backgroundPosition: this.thumbnailPosition,
|
backgroundPosition: this.thumbnailPosition,
|
||||||
backgroundImage: "url('data:image/png;base64," + this.media.preview + "')" }
|
backgroundImage: "url('data:image/png;base64," + this.media.preview + "')" }
|
||||||
|
|||||||
Reference in New Issue
Block a user