item grid sm image

This commit is contained in:
Čarodej
2022-04-04 19:35:14 +02:00
parent e8a0c421e9
commit ba308fa70a
12 changed files with 20 additions and 20 deletions

View File

@@ -219,7 +219,7 @@ export default {
getImageSrc() {
this.imageSrc = this.entry.data.attributes.mimetype === 'svg'
? this.entry.data.attributes.file_url
: this.entry.data.attributes.thumbnail.xs
: this.entry.data.attributes.thumbnail.sm
},
replaceByOriginal() {
this.imageSrc = this.entry.data.attributes.file_url