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

The EXIF info of an image contains a 'rotation flag'. When resizing the image, it should take this into account. Almost all the apps only manipulate this ```flag``` when asking...

enhancement

Running @nuxt/image v1.10.0 When I run `pnpm exec nuxt typecheck`, I'm getting the following error. I've included my `package.json` as well. ``` β„Ή Nuxt Icon server bundle mode is set...

NuxtImg did not add correct preload links for images that had multiple densities but only one size which caused the preload tag to load 1x images for devices with 2x...

The following scenario does not work properly: ```vue ``` This generates something like: ```html ``` But that does not take densities into account (1x and 2x by default). ```html ```

Deno is supported now by Nuxt and shown as an option as your package manager for new Nuxt Projects initiated via CLI. However, this module doesn't work with Deno. I...

upstream

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

### πŸ”— Linked issue (https://github.com/nuxt/image/issues/1843) ### ❓ Type of change - [ ] πŸ“– Documentation (updates to the documentation or readme) - [ ] 🐞 Bug fix (a non-breaking change...

The change in v2.0.0-alpha.1 to [src/types/image.ts](https://github.com/nuxt/image/blob/v2.0.0-alpha.1/src/types/image.ts) caused any modifiers that any of the custom providers offer (including ipx) for things like "sharpen" or "grayscale". IPX alone has many modifiers: ```...

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

### πŸ”— Linked issue Resolves #1835 ### ❓ Type of change - [ ] πŸ“– Documentation (updates to the documentation or readme) - [x] 🐞 Bug fix (a non-breaking change...