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

Hi @pi0, Im building a `static` page in nuxtjs. I added the module and set it up according to the instructions in the documentation. (static with self hosted images) ```...

Is there a way I can import the `nuxt-img` and `nuxt-picture` components explicitly? I have a helper which I need to pass components to, but the global components aren't available...

Some providers like imgix (https://docs.imgix.com/setup/securing-images) or Cloudinary (https://cloudinary.com/documentation/control_access_to_media) support signing URLs to disallow an attacker generating an unlimited amount of URLs causing downtimes, unprivileged access, resource abuse, etc. To properly...

enhancement

Hello, We are using the Images module to convert static images to Webp format. We want to serve static files from other domain, so as I understand that we need...

[Github Repo](https://github.com/Diizzayy/nuxt-image-firebase-hosting) [Demo Showcasing This Issue](https://nuxt-image-2gl6xp7kua-ue.a.run.app) For my use case, our web app is hosted on GCP Cloud Run and accessed via Firebase Hosting for improved security and to leverage...

bug

Featured request rather than bug report, but it'd be great to be able to integrate this with a lazyl oad package such as Nuxt LazySizes or similar. Can obviously use...

SSR build failing on Vercel with error `Cannot find module 'sharp'` Probably related to https://github.com/nuxt/image/issues/430 Using this vercel.json: ``` { "version": 2, "routes": [ { "src": "/api/subscribe", "dest": "/api/subscribe.js" }...

I have this image: ![image](https://user-images.githubusercontent.com/16116486/164034106-d9aee04b-fef0-4ba9-a52d-a156eb841493.jpg) Which, when resized through this url: `http://localhost:3000/_ipx/f_jpg,fit_inside,s_1800x2700/img/test.jpg`, outputs like this: ![7a2a0360-bd2d-4c2d-a5b2-811819cb422d](https://user-images.githubusercontent.com/16116486/164034466-f0e1e17d-d967-467a-bbd9-414c15c4d901.jpeg) Note that it's using `fit_inside` and `s_1800x2700`. I don't understand why, but I wonder...

Hello, I know that nuxt-image use the native lazy loading, but it's not supported in Safari, and i'm wondering why not adding support Safari to Lazy Loading ? Thanks (and...

The new storyblok image service, https://a.storyblok.com, appears to have a new url format. https://www.storyblok.com/docs/image-service#migrating-from-the-previous-version-of-the-service The storyblok image provider does not appear to update the url for this format and the...