How to integrate Cloudinary's crop image function into Thunkable itself

Options
JohnCnea
JohnCnea Member Posts: 1


Answers

  • Zachary
    Zachary Member, Cloudinary Staff Posts: 26
    Options

    Hey there John,


    Thanks for reaching out. I would recommend reaching out to Thunkable as we do not maintain an integration with their service. Looking through their documentation it doesn't seem clear to me how to apply transformations in general. That being said I can see two options that might work for you.


    1. Modify the URL stored in Firebase. Transformations in Cloudinary are easily applied by modifying the asset URL. https://res.cloudinary.com/demo/image/upload/c_crop,w_200/sample.jpg.
    2. If you aren't able to change the URL to apply your transformation you can always apply an incoming transformation to the original. https://cloudinary.com/documentation/transformations_on_upload

    I hope this helps!