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 think the generated `deploy-manifest.json` is incorrect when building on AWS Amplify. I've specified a list of supported image formats like so ```ts export default defineNuxtConfig({ routeRules, image: { format:...

### 1. Issue Unable to read static Image files in `/public` using ipx as provider on vercel, seeing `[404] [IPX_FILE_NOT_FOUND]` error. ``` json { "error": { "message": "[404] [IPX_FILE_NOT_FOUND] File...

I'm using Nuxt 3.7.3, Nuxt image 1.0.0-rc.2 In a component, providing image from assets directory as src prop of does not render image, I see "404 IPX: File not found"...

I just can't make this work... install, add module, restart server, get error: [worker reload] [worker init] Cannot find package 'ipx' imported from D:\......\.nuxt\dev\index.mjs just default setup: no option in...

When I build & preview my app locally, the optimized images (unsplash) are loading just fine. But when deployed to netlify, they images are missing. I'm not sure if this...

I have a use-case which I think is not currently possible: A hero image with `object-fit: cover` that has full width a height of `88vh` - so on portrait-orientation screens,...

I'm not sure if this is a @nuxt/image, ipx, or sharp issue since updating to 1.3.0, @nuxt/image updates its ipx which also update its sharp. Reproduction: 1.2.0 (Working): https://codesandbox.io/p/devbox/nuxt-image-1-2-0-build-output-8xnjr9 1.3.0...

bug

Hello! I integrated [nuxt-picture](https://image.nuxtjs.org/components/nuxt-picture) into my project together with Cloudflare as a provider. Responsive images get rendered via picture tag. So far so good… but I am having issues with...

**Problem:** There is no option to disable the URL prefix in the UploadCare settings. It would be nice to have an option in the nuxt.config.js where if cndURL is false,...

Node: 18.8.0 Nuxt: ^3.9.0 Nuxt-Img: ^1.1.0 WARN "ipx" is imported by "node_modules/@nuxt/image/dist/runtime/ipx.mjs", but could not be resolved – treating it as an external dependency. ERROR Cannot find package 'ipx' imported...

needs reproduction