image
image copied to clipboard
Plug-and-play image optimization for Nuxt applications.
This is a small bugfix in the nuxt-picture.vue component to enable the imgAttr object to work. Link: #478
- **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...
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...
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...
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),...
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/ 
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...
@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...