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

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

![image](https://user-images.githubusercontent.com/25974867/193680918-72230ff3-38e6-49d7-8672-1a3cc2e83105.png) When running our action to generate and deploy our static site, we get the error above. It only happens in Github Actions, locally (on multiple different machines) it works....

v0

When using `preload` on an image with sizes defined, the link in head should include the [imagesizes and imagesrcset](https://html.spec.whatwg.org/multipage/semantics.html#attr-link-imagesrcset) attributes: ``` ``` Renders fine in the `body`: ``` ``` But...

Using `@nuxt/image-edge` with Nuxt3 RC11, when using a `provider="contentful"` and passing `:format="null"` the output works as expected: ```html ``` But when _also_ applying a `sizes="..."` prop, a format of `undefined`...

Module @nuxt/image is disabled due to incompatibility issues: - [nuxt] Nuxt version `^3.0.0` is required but currently using `3.0.0-rc.9`

## Feature Request Support (nuxt3) nuxt/image with vercel provider for static app -> `nuxt generate`. ### Example Repo [https://github.com/hartmut-co-uk/nuxt3-image-pixel-device-ratio-2x-support](https://github.com/hartmut-co-uk/nuxt3-image-pixel-device-ratio-2x-support) ## Context > On β€˜normal’ screens, using the viewport width seems...

enhancement

Fix https://github.com/nuxt/image/issues/608 Reproduction https://stackblitz.com/edit/nuxt-starter-dtzrru?file=app.vue

Context: I wanted to set a different class for picture tag and img tag using ``, based on the [documentation](https://image.nuxtjs.org/components/nuxt-picture#imgattrs) i can do it using imgAttrs prop like so ```html...

## Feature Feature request: Support (nuxt3) nuxt/image with vercel provider for static app -> `nuxt generate`. ### Expected Vercel config is generated and contains the "images" property which configures the...

Statamic is a flat-file Open Source CMS built upon Laravel. They offer an image service as well and there is already a Vue package handling the provider: https://www.npmjs.com/package/vue-statamic-image. Maybe this...

provider