mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +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.
|
||||
*/
|
||||
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