mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Inversed the aspect ratio to fix bug.
This commit is contained in:
parent
abdc80727d
commit
4ab7972a83
@ -190,7 +190,7 @@ export default {
|
|||||||
the height with respect to the width.
|
the height with respect to the width.
|
||||||
*/
|
*/
|
||||||
return {
|
return {
|
||||||
'--hero-image-aspect-ratio': this.post.image.aspectRatio,
|
'--hero-image-aspect-ratio': 1 / this.post.image.aspectRatio,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user