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

``` ``` This will call `https://example.com/cdn-cgi/image/f=auto` and `w=320/images/products/fpv.jpeg` Comma in the srcset separates variants, so when URL containing it must be encoded like this: ``` https://example.com/cdn-cgi/image/f%3Dauto%2Cw%3D320/images/products/fpv.jpeg ```

Due to the use of `DefineNuxtModule({ defaults: ... })`, any user-provided configuration in `nuxt.config.js` is merged with the module defaults, including all array and object options. For exampke, this behavior...

> 2.0.0 is the next major release. > > **Timetable**: to be announced. ## πŸ‘‰ Changelog [compare changes](https://github.com/nuxt/image/compare/v2.0.0-alpha.1...v2.0.0) ### 🩹 Fixes - **aliyun:** Explicitly import `useRuntimeConfig` ([268eb9c](https://github.com/nuxt/image/commit/268eb9c)) ### πŸ“– Documentation...

If I create a server api route in nuxt by creating a file like ~/server/api/image.get.ts that servers a file from a buffer to the client when the route (domain.tld/api/image) is...

Hi, I've seen a lot of people run into this error myself included when using nuxt image with pnpm. ``` "error": { "message": "[500] [IPX_ERROR] \nSomething went wrong installing the...

Because I am not sure about the image links referenced by the front-end, I need to enable optimization for all domain names, otherwise the lazy loading of images will not...

Hi! I'm using NuxtImg, and (want to) use a custom provider (for my very simple use case for now - an nginx server with images and video) I ran `npx...

Hi, I followed the instructions to add local images using NuxtImg. I placed the images in the public folder and used the following tag: . However, I encountered `http://localhost:3000/_ipx/_/images/nuxt.png 500...

When using a static generated Nuxt deployment, i.e. `nuxt generate`, images which are inside dynamic components e.g. `` aren't created and have no counterparts generated inside `.output/public/ipx`. I haven't created...

### πŸ”— Linked issue resolves #1683 ### ❓ fix - [ ] πŸ“– Documentation (updates to the documentation or readme) - [x] 🐞 Bug fix (a non-breaking change that fixes...