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:
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:
NuxtImg/NuxtPicture
, rather than just as a global parameter innuxt.config.ts