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
At Malt we're using Filerobot for handling our images, which is the Digital Asset Management from Scaleflex (the same company that's developing and maintaining Cloudimage). We can basically apply the same common transformations between Filerobot and Cloudimage, such as width, height, fit, etc.
With nuxt-image, we can't really use the cloudimage provider because it requires a token in addition of the baseURL, which we don't have with Filerobot. We only need a baseURL (see for example: https://dam.malt.com/cms-front/maltLogo.png).
For the moment, we're using a custom provider but I was wondering if we could add it to the list of providers, directly within nuxt-image.
I'd gladly open a PR for this.
The text was updated successfully, but these errors were encountered:
At Malt we're using Filerobot for handling our images, which is the Digital Asset Management from Scaleflex (the same company that's developing and maintaining Cloudimage). We can basically apply the same common transformations between Filerobot and Cloudimage, such as width, height, fit, etc.
With
nuxt-image
, we can't really use the cloudimage provider because it requires atoken
in addition of thebaseURL
, which we don't have with Filerobot. We only need abaseURL
(see for example: https://dam.malt.com/cms-front/maltLogo.png).For the moment, we're using a custom provider but I was wondering if we could add it to the list of providers, directly within
nuxt-image
.I'd gladly open a PR for this.
The text was updated successfully, but these errors were encountered: