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 have an image that I want to preload, that comes from an external source. That's why I have added the `crossorigin="anonymous"` attribute. But now the generated HTML is only...

### Proposal `` and `` should expose in some way the underlying `` HTMLElement. ### Why would I need this? As pointed out here: [Imgix blurhash issue](https://github.com/nuxt/image/pull/364#issuecomment-942037622), I'm displaying a...

## Bug The current way the plugin is designed allows to render an `img` tag without an `alt` attribute. This is contradictory to the claim that the plugin is «standards...

enhancement

### ❓ Type of change - [x] 📖 Documentation (updates to the documentation or readme) - [ ] 🐞 Bug fix (a non-breaking change that fixes an issue) - [...

I currently trying to add the @nuxt/image module, but I get this error: ERROR(vue-tsc) Cannot find module '#app/nuxt' or its corresponding type declarations. FILE /xxx/node_modules/.pnpm/@[email protected]_@[email protected][email protected][email protected][email protected]/node_modules/@nuxt/image/dist/runtime/components/NuxtPicture.vue:38:28 I'm using a pnpm monrepo...

Hello Nuxt Image Team, I hope this message finds you well. I wanted to bring to your attention an ongoing issue I've encountered while using the `img` function with multilingual...

Hey there! I recently thought about a feature addition to the Nuxt Image that will deliver following functionality in form of additional component or a preset: 1. Largest Contentful Paint...

Following the latest update of the package, locally added JPG and SVG files are now malfunctioning, resulting in a 500 Internal Server Error. ### Error Details: For the SVG file,...

Some providers, like Storyblok, automatically crop their images if width and height is supplied. E.g. if my image is 600x600 and I set `width="600" height="300"` it will automatically crop the...

When static sites are generated, the configuration of the `ipx` provider is not used when building the site with SSG. This can cause different results and confusion between development and...

bug