# Boundmin

Resizes an image while bounding the *smaller* dimension to the desired **width** or **height** while keeping proportions. Delivers the resulting image via CDN.

<mark style="color:orange;">**func=boundmin**</mark>

{% hint style="info" %}
Please note that the larger dimension of the resized image will be equal to or greater than the dimensions set in the URL. If you would like to fit the image to set **width** and **height**, you should use either [fit](https://docs.cloudimage.io/transformations/image-operations/fit "mention") or [bound](https://docs.cloudimage.io/transformations/image-operations/bound "mention").
{% endhint %}

## Examples <a href="#examples-1" id="examples-1"></a>

| Preview                                                                                            | Syntax                                                                                                                                                                                                                                                                                                      |
| -------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| ![](https://content.gitbook.com/content/IDIcmPiz7q6Sr6ZHHQxV/blobs/EXfByNF39zYoAXZrXjTg/image.png) | [/samples.scaleflex.com/eiffel\_doc.jpg?<mark style="color:orange;">**width=600**</mark>&<mark style="color:orange;">**height=600**</mark>&<mark style="color:orange;">**func=boundmin**</mark>](https://doc.cloudimg.io/https://samples.scaleflex.com/eiffel_doc.jpg?width=600\&height=600\&func=boundmin) |

<br>
