image
image copied to clipboard
Plug-and-play image optimization for Nuxt applications.
Does anyone know, how to solve this problem? During my use of NuxtImg, the picture shows a 404 My image file is located at `public/img` `node v22.5.0` `window operating system`...
Hello, first of all I am not sure if this is a bug in nuxt-image, ipx, sharp, bun or another package so please let me know if this is the...
Some attributes were updated in the `useImage` composable. In version 1, the placeholder with the blurred image worked properly, but in version 2 it no longer works. The `q` parameter...
### 🔗 Linked issue ### ❓ Type of change - [x] 📖 Documentation (updates to the documentation or readme) - [ ] 🐞 Bug fix (a non-breaking change that fixes...
### 🔗 Linked issue https://github.com/nuxt/starter/issues/1659 ### ❓ Type of change - [x] 📖 Documentation (updates to the documentation or readme) - [ ] 🐞 Bug fix (a non-breaking change that...
This line: https://github.com/nuxt/image/blob/db87207834653462fba0b1f34ce114acf30c07f1/src/runtime/providers/shopify.ts#L39 Does not check if there already are URL params on the source before appending the new ones. --- Shopify often has an asset version in the URL,...
Hey! I noticed a small bug where webp sources were showing up twice inside NuxtPicture if you explicitly added them to your config (it was merging with the defaults and...
**Describe the bug** When using `@nuxt/image` v2 with a custom `dir` configuration (e.g., `assets/media`), the entire source directory is automatically copied to the `.output/public` folder during `nuxt generate` / prerendering....
This doesn't work when I generate my static site: `` Repro: https://stackblitz.com/~/github.com/mrleblanc101/github-6ekmw9q3?file=.output/public/_ipx/q_70/https%3A/ui-avatars.com/api/%253Fbackground%3Drandom Run`npm run generate && npm run preview` Image isn't showm Run `npm run dev` No problem
Hey! I added a feature that lets you pass an object to the quality prop instead of just a single number. **Why?** Different formats handle compression differently. For example, AVIF...