# Glide Markdown for resized image

**URL:** https://community.glideapps.com/t/glide-markdown-for-resized-image/4718
**Category:** Ask for Help
**Created:** [February 18, 2020, 6:57pm UTC](https://community.glideapps.com/t/glide-markdown-for-resized-image/4718 "2020-02-18T18:57:43Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Robert\_Petitto](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/robert_petitto/32/25193_2.png) [@Robert\_Petitto](https://community.glideapps.com/u/Robert_Petitto)
#### Post date: [February 18, 2020, 6:57pm UTC](https://community.glideapps.com/t/glide-markdown-for-resized-image/4718/1 "2020-02-18T18:57:43Z")

</div>

In most markdown editors, I can add " =WIDTHxHEIGHT" to an image URL to resize the image. Not so in Glide. @George_B any ideas?

---

<div class="post-metadata">

### Author: ![Shanew](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/shanew/32/53353_2.png) [@Shanew](https://community.glideapps.com/u/Shanew)
#### Post date: [April 8, 2023, 8:13am UTC](https://community.glideapps.com/t/glide-markdown-for-resized-image/4718/2 "2023-04-08T08:13:31Z")

</div>

Hi Robert - did you ever find a solution to resizing images using Glides Markdown? … or any other method to dynamically resize a user profile image? Thanks

---

<div class="post-metadata">

### Author: ![Robert\_Petitto](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/robert_petitto/32/25193_2.png) [@Robert\_Petitto](https://community.glideapps.com/u/Robert_Petitto)
#### Post date: [April 8, 2023, 5:47pm UTC](https://community.glideapps.com/t/glide-markdown-for-resized-image/4718/3 "2023-04-08T17:47:34Z")

</div>

I typically use Cloudinary!

> [@Cloudinary: Image Filters and Overlays in Glide!](https://community.glideapps.com/t/cloudinary-image-filters-and-overlays-in-glide/4917):
>
> Thanks to @ionamol for keying me into Cloudinary for on the fly, URL based image editing! This awesome resource allowed me to gray out badges that haven’t yet been earned by the user— Started by uploading the image into Cloudinary and then using the built in tools to generate the new URL. Used this URL schema to create this formula: Then, simply created an if/then in Glide. If the badge was owned by the user, then use the colored URL, i…

---

<div class="post-metadata">

### Author: ![Shanew](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/shanew/32/53353_2.png) [@Shanew](https://community.glideapps.com/u/Shanew)
#### Post date: [April 10, 2023, 9:36am UTC](https://community.glideapps.com/t/glide-markdown-for-resized-image/4718/4 "2023-04-10T09:36:24Z")

</div>

Great - thanks for the suggestion.

I’ve also managed to do this using [Make.com](http://Make.com) and glides API which is a slightly cheaper route for me given my use case and the fact that I already have a Make account.
