Force oembeds to use 100% width
This commit is contained in:
parent
c3bea8dfd1
commit
fa8fa2d330
2 changed files with 8 additions and 1 deletions
|
@ -33,6 +33,9 @@ const Attachment = {
|
|||
},
|
||||
isSmall () {
|
||||
return this.size === 'small'
|
||||
},
|
||||
fullwidth () {
|
||||
return fileTypeService.fileType(this.attachment.mimetype) === 'html'
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue