NuxtN
Nuxt2y ago
_castro

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:
<NuxtImg src="google-play.png" />
<NuxtImg src="app-store.png" />

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!
Was this page helpful?