Force oembeds to use 100% width

This commit is contained in:
shpuld 2018-04-14 15:45:38 +03:00
parent c3bea8dfd1
commit fa8fa2d330
2 changed files with 8 additions and 1 deletions

View file

@ -33,6 +33,9 @@ const Attachment = {
},
isSmall () {
return this.size === 'small'
},
fullwidth () {
return fileTypeService.fileType(this.attachment.mimetype) === 'html'
}
},
methods: {