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

I am experiencing an issue with the Nuxt Img component when using an SVG file in my Nuxt 3 application. The SVG image renders correctly in SSR mode, but when...

Hello, I apologize upfront in case this has been asked before. I wasn’t able to find any related topic. I have an issue with @nuxt/image and IPX in my Nuxt...

`Nuxt Build Error: [nuxt:components-loader] [nuxt] `~/app.vue` is using `NuxtImg` which requires `@nuxt/image`` next.config.js ``` // https://nuxt.com/docs/api/configuration/nuxt-config export default defineNuxtConfig({ devtools: { enabled: true }, css: ['~/assets/css/main.css'], postcss: { plugins: {...

needs reproduction
details-needed

### 🔗 Linked issue Resolves #933, #584, #442 ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation or readme) - [x] 🐞 Bug fix (a...

**Description**: I am encountering an issue when using the `@nuxt/image` module on a device with an **Apple M4 chip** running **macOS 15.3.1**. The error occurs during runtime, indicating that the...

Hey there! In Nuxt Cloudinary module we have these props as required to promote good practices for images. If you omit these props, popular tools such as Lighthouse can report...

enhancement

#### **Describe the bug** When using the `netlify` provider in Nuxt Image, the `domains` array defined in `nuxt.config.ts` is **not automatically applied** to Netlify’s image settings. This results in **400...

bug
good first issue
provider

> For example, I have `content/test.md` and `public/UPcase测试.png`, in `content/test.md`, `![](/UPcase测试.png)` doesn't work, but `![](/upcase.png)` works. _Originally posted by @MCredbear in [#3252](https://github.com/nuxt/content/issues/3252#issuecomment-2729221297)_

needs reproduction

I'm getting odd, intermittent 500 errors when building and deploying with `generate` on Cloudflare pages. I'll run a build, and everything will succeed. I can literally run the exact same...

I'm running a Nuxt 3 app in production using PM2 (cluster mode) and Nginx as a reverse proxy. When making internal requests (curl -I http://localhost:3000/_ipx/_/logo/my-image.png), the image loads fine. However,...

details-needed