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

> **Note:** This PR body was truncated due to platform limits. This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@vitest/coverage-v8](https://redirect.github.com/vitest-dev/vitest/tree/main/packages/coverage-v8#readme) ([source](https://redirect.github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8))...

> 2.1.0 is the next minor release. > > **Timetable**: to be announced. ## 👉 Changelog [compare changes](https://github.com/nuxt/image/compare/v2.0.0...v2.1.0) ### 🚀 Enhancements - **supabase:** Add image provider ([#2027](https://github.com/nuxt/image/pull/2027)) ### 🩹 Fixes...

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

Hi, is it normal that the defined format of images in generated mode (SSG) has no effect on the header content-type? In dev mode, the content-type is changed as desired...

When trying to request any SVG using tag I do get a error 500 containing the following error message. This was not an issue before using version 2.0.0. I'm using...

resolves #2014 ### 🔗 Linked issue resolves #2014 ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation or readme) - [x] 🐞 Bug fix (a...

With v2.0 there seems to be an issue with the `interface ConfiguredImageProviders` The type is generated correctly into `.nuxt/image/providers.d.ts`. But it looks like it is overwritten by the default interface...

good first issue
needs reproduction
types

Error: ` WARN sharp binaries for win32-x64 cannot be found. Please report this as a bug with a reproduction at https://github.com/nuxt/image. @nuxt/image 17:48:07 ` - Operating System: `Windows_NT` - Node...

Bunny image provider can't handle URLs with query params correctly: src: https://example.com?foobar Result of bunny image provider: https://example.com?foobar?quality=80 Expected: https://example.com?foobar&quality=80