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
I haven't been able to upload images using eager transformations. For my application, I just want to resize images to a certain width by default. Cloudinary seems to support this, and while I understand how to fetch images with certain dimensions using Cloudex.URL.for, I haven't been able to get resizing to work on upload.
I might be missing something obvious.
The text was updated successfully, but these errors were encountered:
I realise this is quite an old issue but this had me stuck for a while tonight. I've created a pull request that adds :eager to the UploadedImage struct, this should allow you to access the eagerly transformed images.
It's also important to use the Rest API syntax for the transform properties: "c_crop,w_500,h_500,g_face" instead of a map or keyword list as per some of the Cloudinary SDKs.
I haven't been able to upload images using eager transformations. For my application, I just want to resize images to a certain width by default. Cloudinary seems to support this, and while I understand how to fetch images with certain dimensions using
Cloudex.URL.for
, I haven't been able to get resizing to work on upload.I might be missing something obvious.
The text was updated successfully, but these errors were encountered: