image
image copied to clipboard
Plug-and-play image optimization for Nuxt applications.
Reproduction https://github.com/Tofandel/nuxt-img-bug ```vue ``` With the svg being ```svg ``` The important part is viewBox="0 0 211.21 40" I would expect the resulting webp to be 173 x 33 (with...
- Operating System: Windows_NT - Node Version: v24.8.0 - Nuxt Version: 4.1.3 - CLI Version: 3.29.2 - Nitro Version: 2.12.7 - Package Manager: [email protected] - Builder: - - User Config:...
### 🔗 Linked issue #1654 ### ❓ Type of change - [x] 📖 Documentation (updates to the documentation or readme) - [x] 🐞 Bug fix (a non-breaking change that fixes...
The documentation states that `sizes` works the same way as tailwind - that is, when you say 'sm:100px', the image will be rendered at 100px at screens sm and larger....
repro: https://stackblitz.com/edit/nuxt-starter-ug5meav1?file=app.vue either it doesn't work or the docs do not fully explain how to use it from [ipx github](https://github.com/unjs/ipx) I've tried with ``` modulate: [100, 100, 100] ``` ```...
### Environment - Operating System: Linux - Node Version: v22.19.0 - Nuxt Version: 3.17.7 - Nitro Version: 2.12.5 - Package Manager: npm ### Version 1.11.0 ### Description When processing images...
Hey! After adding Vite Rolldown to a Nuxt 4.1.0 app, IPX stopped working — not sure about the other providers. Whenever I try to load an image on the page,...
The [docs](https://image.nuxt.com/advanced/custom-provider#provider-entry), state that you should import certain helpers from `@nuxt/image/runtime`. [1.11.0](https://www.npmjs.com/package/@nuxt/image/v/1.11.0) does not expose this via its `package.json`, whereas [2.0.0-alpha.1](https://www.npmjs.com/package/@nuxt/image/v/2.0.0-alpha.1) does.
I'm using `NuxtPicture` with `format="avif,webp"` and `ipx`. When I test the page in `npm run dev`, the image type in Network tab is correct: `image/avif`. However, when I run `npm...
[warn] [@nuxt/image] `sharp` binaries for `linux-x64` cannot be found. Please report this as a bug with a reproduction at