nuxt / image

Plug-and-play image optimization for Nuxt applications.
https://image.nuxt.com
MIT License
1.35k stars 271 forks source link

Uploadcare proxy feature #1389

Open edwh opened 5 months ago

edwh commented 5 months ago

Uploadcare has a proxy feature which allows you to use the features of their resizing, format change etc, but with an image which is hosted elsewhere.

I'd like to be able to use this in conjunction with NuxtImg/NuxtPicture. At the moment I don't think this is possible. The proxy requires on the fly operations to be inserted before the source URL, and the top-level domain to be the proxy domain:

https://endpoint.ucr.io/-/preview/-/resize/500x/https://yoursite.com/assets/image.jpg

I think we'd need:

AirStair commented 5 months ago

:(