# Cover

Resizes the image to a specified **width** and **height** without keeping original proportions and delivers the resulting image via CDN.

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

{% hint style="info" %}
The **cover** resize function does not keep proportions and might distort your original image. This mode should be used carefully.
{% endhint %}

## Examples

| Preview                                                                                                                                                                                                             | Syntax                                                                                                                                                                                                                                               |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| ![](https://2536208400-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fqsq2dR7Fjagf5eTifWZx%2Fuploads%2FNkyx8dqvwMJkn1XRCmAI%2Fimage.png?alt=media\&token=6b1f3a61-9b8b-495d-8ecd-c565a5e1c938) | [/docs/tesla.jpg?<mark style="color:orange;">**width=400**</mark>](https://fdocs.filerobot.com/docs/tesla.jpg?width=400)                                                                                                                             |
| ![](https://2536208400-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fqsq2dR7Fjagf5eTifWZx%2Fuploads%2FQD1r70idhsxQVI8q31LH%2Fimage.png?alt=media\&token=d03fb21a-14b1-4910-9ecf-7596f2864c27) | [/docs/tesla.jpg?<mark style="color:orange;">**width=400**</mark>&<mark style="color:orange;">**height=400**</mark>&<mark style="color:orange;">**func=cover**</mark>](https://fdocs.filerobot.com/docs/tesla.jpg?width=400\&height=400\&func=cover) |
|                                                                                                                                                                                                                     |                                                                                                                                                                                                                                                      |
