image
image copied to clipboard
Plug-and-play image optimization for Nuxt applications.
I'm using NuxtImage (1.11.0) on Nuxt (3.13.2) and I'm using Sanity as the provider. Everything seems set up correctly however the densities are returning 1w, 2w instead of 1x, 2x...
I’m encountering the following error: The symbol "useImage" has already been declared. I’ve verified that I’m not using any composable named useImage. Has anyone else encountered this issue?
I was working on a project for my company and noticed that the build bundle size was extremely large—around 30 MB! The project itself isn’t that big. To confirm whether...
Nuxt-image does not work with dynamic src in target: static mode and if you specify genegate: {dir: nameDir} in nuxt.config.js. If we specify all this, then the path to the...
Hi all! Do we have a prop to disable image indexing or how can I completely disable image indexing in /_ipx/ directory? I'm trying to overwrite headers using nitro route...
## Description of the Issue When the **"custom" prop or a placeholder** is set, `const img = new Image()` is immediately triggered to check when the image is ready. This...
When Nuxt Image has an error there is no error reported or thrown in Nuxt. This makes it very difficult to find out when there is an error or what...
Hi Nuxt team 👋 I'm currently working on a project using Umbraco CMS as a headless backend, and I’m leveraging its built-in image processing capabilities powered by Umbraco CMS ([ImageSharp.Web](https://github.com/SixLabors/ImageSharp.Web))....
Is there no way to ignore the transformation of SVGs? Using Nuxt Content, whether using the prose image syntax or html img tag, SVGs get transformed regardless. Problem is, they...
…cript-src-attr CSP violation ### 🔗 Linked issue Resolves #1011 ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation or readme) - [ ] 🐞 Bug...