# Image Resize Filter

## Image Resize

An issue that often plagues email newsletters is inconsistent image sizes. To fix this we offer a filter that resizes and crops images so they all have a uniform size.

```
// Resize and crop the source image to 500px X 500px
[[post.image_url | resize(500,500)]]
```

<figure><img src="https://2086102864-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIdHBGk8cqznUpEqm5g1U%2Fuploads%2FUNwUycGywBl634tyHy15%2Fimage%20resize%20filter%20example.png?alt=media&#x26;token=24f05d0c-ea14-47ad-a57e-6c78a0ea29a9" alt=""><figcaption></figcaption></figure>
