monami-work
monami-work
> Did you define the xxxl size in the module options? Otherwise it's specified as 2xl in the docs. image: { // The screen sizes predefined by `@nuxt/image`: screens: {...
> Also, can you post the output of the `` tag when you apply the width and height? The image stops being responsive. If I minimize the browser window width,...
> Sounds like it could be a CSS issue to me? What styles are applied to the image? ``` ``` This is working absolutely fine. The image is responsive if...
> @monami-work can you try somewhere in your css the following? > > ```css > img { > display: inline-block; > width: 100%; > height: auto; > } > ```...
@justinmetros , How do I use preload along with nuxt-img ? I tried the following, but it does not seem to work - ``` ``` nuxt.config.js file - ``` link:...