NuxtImg Image Shrinking
Hey y'all,
I'm having some trouble with NuxtImg, and I'm using it to display the Google Play and App Store badges, like this:
The problem is, the images are shrinking down to a smaller size. Is there a way to keep them at their original size without writing a whole CSS rule? Maybe a special prop in NuxtImg itself?
I've checked the docs, and it's just telling me to:
There must surely be a better way.
Any help is dope, thanks!
I'm having some trouble with NuxtImg, and I'm using it to display the Google Play and App Store badges, like this:
The problem is, the images are shrinking down to a smaller size. Is there a way to keep them at their original size without writing a whole CSS rule? Maybe a special prop in NuxtImg itself?
I've checked the docs, and it's just telling me to:
manually set the width and height properties in the <NuxtImg> component to match the actual size of the images.
There must surely be a better way.
Any help is dope, thanks!