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 is a small bugfix in the nuxt-picture.vue component to enable the imgAttr object to work. Link: #478

needs reproduction
v0

- **Target**: static - **Current behaviour**: `staticImageMap` is updated only `afterEach` router changes. Expose `nuxtImage:updateImageMap` event globally to be able to force *nuxt/image* to append `_pagePayload?.data?.[0]?._img` from any other generated...

pending
needs reproduction
v0

As suggested in #216 the current implementation has poor support for handling different device pixel densities. This adds the _srcset_ prop as suggested by ArtCraft so you can control which...

pending
v0

resolves #378

pending
provider
v0

For now, when you specify a size of 320 pixels, it will only generate an image with a size of 320px. But most smartphones have higher density displays, so we...

enhancement
pending
v0

Hi, I've added a feature that allows developper to opt between `desktop-first` and `mobile-first` strategies. The default behavior is desktop-first (because it uses `max-width` media queries in the `sizes` attribute),...

enhancement
pending
v0

Cloudflare updated the CGI path a day ago. That's why this update is needed. Old path: /cgi-cdn/image New path: /cgi-cdn/imagedelivery Updated document link: https://developers.cloudflare.com/images/cloudflare-images/serve-images/ ![image](https://user-images.githubusercontent.com/4970593/177039337-13a474de-ee68-4e6d-832f-7eb23721e00f.png)

v0

I have been @nuxt/image (0.6.2) with nuxt on node 14 for a long time with great results. I have not made any changes to my development environment recently. However, starting...

needs reproduction
upstream

@nuxt/image - v0.7.1 I have noticed it appears there is an issue with adding additional screen sizes, my component has the following: ``` ``` Note I have additional sizes which...

Hello, I have a question. I want to use a proxy in a middleware (it takes care of adding the request header in the fetch of the resource, it is...