add width / height to cropped objects

Options
0xFFFF
0xFFFF Member Posts: 2

Hello there,

So I recently came across Cloudinary, and I'm very impressed. However, I can't figure out how to add width/height to a cropped object.

I'll leave an example here.

Here is a sample image where I want to crop the product (dress).

And here is the finished picture:

https://res.cloudinary.com/dn1hicndm/image/upload/s--Q0KCIf1x--/ar_1.0,c_crop,g_coat:dress:top,w_auto/en-1049382001004

My issue is the crop is too tight; I would prefer to add a few pixels to the height so that we can see the whole length of the product, like this:

https://res.cloudinary.com/dn1hicndm/image/upload/s--Q0KCIf1x--/ar_1.0,c_crop,g_coat:dress:top,w_450,h_500/en-1049382001004


As you can see, I added the width and height manually, but I cannot do this in bulk as the product size varies. Instead, I would like to keep the w_auto keyword and add 50 pixels to the cropped height. Is it possible to achieve this?


Thank you

Best Answer

  • 0xFFFF
    0xFFFF Member Posts: 2
    Answer ✓
    Options

    I missed the z (zoom) parameter; it does what I wanted. Thanks!

Answers

  • rlux
    rlux Administrator, Cloudinary Staff Posts: 53
    Options

    Thanks for sharing the answer!