image icon indicating copy to clipboard operation
image copied to clipboard

Plug-and-play image optimization for Nuxt applications.

Results 430 image issues
Sort by recently updated
recently updated
newest added

placeholder doesn't work with NuxtPicture, only NuxtImg. I've tried it on the playground, a NuxtImg side by side with a NuxtPicture, both identical with placeholder. Only NuxtImg displays the placeholder....

bug

**Issue:** Only in production, a hydration mismatch is caused when calling an `/api` route. The image below shows the output in the console. See reproduction code for more details. **Stack:**...

It appears as though you must know and include every single width that an image could possible be in your image.screens object or they will not be generated by Amplify....

When upgrading from versions: “nuxt": “3.13.2”, “@nuxt/image": ‘^1.8.1’, to the latest ones, the application stopped running, ubuntu console gives the error free() invalid size and stops execution. I installed valgrind...

Unfortunately Nuxt 3 doesn't allow to change env variables used in the `nuxt.config.ts` at runtime. They are build-time only. In our pipeline we first build nuxt and then add the...

I originally posted this [issue](https://github.com/nuxt/content/issues/2731) over in the nuxt content repo since it's only an issue for me when I updated that dependency. Up until the latest release i could...

The Cloudflare provider for Nuxt Image currently forces `validateDomains: false` without any way to configure it. This means all images get optimized regardless of their domain, which isn't ideal for...

When adding placeholder on playground example https://github.com/nuxt/image/blob/main/playground/pages/provider/%5Bprovider%5D.vue#L11-L15 as this ` ` I'm getting double main image loaded ass seen in the screenshot

I have encountered a problem with the @nuxt/image module when using it inside a `` tag. Images are not generated correctly when running nuxt generate, although they work fine in...

Sorry to bother you" When I install @nuxt/image locally, it generates both ipx and sharp. However, I noticed that within sharp, it generates the sharp-darwin-arm64v8.node package based on the environment,...