# 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>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cloudimage.io/transformations/image-operations/boundmin.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
