You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered: