# Images size format

**URL:** https://community.glideapps.com/t/images-size-format/8821
**Category:** Ask for Help
**Created:** [May 9, 2020, 10:06pm UTC](https://community.glideapps.com/t/images-size-format/8821 "2020-05-09T22:06:46Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![11116](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/11116/32/7071_2.png) [@11116](https://community.glideapps.com/u/11116)
#### Post date: [May 9, 2020, 10:06pm UTC](https://community.glideapps.com/t/images-size-format/8821/1 "2020-05-09T22:06:46Z")

</div>

what is the recommended size format for the images to be shown correctly?  
and is there a way to convert image that isn’t in the correct size?

thank you

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [May 9, 2020, 10:11pm UTC](https://community.glideapps.com/t/images-size-format/8821/2 "2020-05-09T22:11:31Z")

</div>

Mostly anything will work. There’s some good information here.

[https://docs.glideapps.com/all/guides/quick-starts/intermediate-techniques/working-with-images](https://docs.glideapps.com/all/guides/quick-starts/intermediate-techniques/working-with-images)

---

<div class="post-metadata">

### Author: ![Krivo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/krivo/32/5363_2.png) [@Krivo](https://community.glideapps.com/u/Krivo)
#### Post date: [May 10, 2020, 6:47am UTC](https://community.glideapps.com/t/images-size-format/8821/3 "2020-05-10T06:47:36Z")

</div>

@11116 similar to the question asked here.  
[Recommended Image Dimensions?](https://community.glideapps.com/t/recommended-image-dimensions/6172)

Size does matter when you want a speedy app and your images are stored at e.g. google drive.

If the images are stored via Glide it might not matter (I don’t know) as glide has the possibility to shrink the image size before loading. I personally don’t like that option as I’m out of control of the image. I can’t delete it again.

Cloudinary has been discussed quite a bit the the community and it as some cool options e.g. reducing the size the image before retrieving it (and other very cool stuff). Do a search in the forum if you want to know more.

I myself haven’t found the optimal resolution and how to compute it based on the images you want to insert. iPhone 11 Pro has 1125px width resolution so I’ll try to obtain that and reducing the quality when I save the jpg images.  
Would like some further input to setting the optimal size.

If you want people to enlarge the image you should take this into consideration when you size your image.

---

<div class="post-metadata">

### Author: ![Paris\_Smith](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/paris_smith/32/10164_2.png) [@Paris\_Smith](https://community.glideapps.com/u/Paris_Smith)
#### Post date: [July 22, 2020, 9:59pm UTC](https://community.glideapps.com/t/images-size-format/8821/4 "2020-07-22T21:59:40Z")

</div>

Hello, I’ve tried that link on a few different pages and it’s no longer working. Do you know if it actually had preferred resolution or best practice for that included on it?

---

<div class="post-metadata">

### Author: ![Deena](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/deena/32/9877_2.png) [@Deena](https://community.glideapps.com/u/Deena)
#### Post date: [July 22, 2020, 10:28pm UTC](https://community.glideapps.com/t/images-size-format/8821/5 "2020-07-22T22:28:53Z")

</div>

I drop my images into tiny ([https://tinypng.com/](https://tinypng.com/)) before I use them in the app.

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [July 22, 2020, 11:15pm UTC](https://community.glideapps.com/t/images-size-format/8821/6 "2020-07-22T23:15:52Z")

</div>

I don’t recall, but I think it may have referred to the different size ratios. Beyond that, I have no idea

---

<div class="post-metadata">

### Author: ![Monty\_King\_Ultimate](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/monty_king_ultimate/32/16630_2.png) [@Monty\_King\_Ultimate](https://community.glideapps.com/u/Monty_King_Ultimate)
#### Post date: [November 28, 2020, 8:14pm UTC](https://community.glideapps.com/t/images-size-format/8821/9 "2020-11-28T20:14:58Z")

</div>

I’ve found that 1080X1080 works fine.

---

<div class="post-metadata">

### Author: ![samwagner](https://avatars.discourse-cdn.com/v4/letter/s/f14d63/32.png) [@samwagner](https://community.glideapps.com/u/samwagner)
#### Post date: [July 20, 2022, 8:25pm UTC](https://community.glideapps.com/t/images-size-format/8821/10 "2022-07-20T20:25:03Z")

</div>

Yes, that works great. Thank you for the tip.

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [July 21, 2022, 12:43am UTC](https://community.glideapps.com/t/images-size-format/8821/11 "2022-07-21T00:43:14Z")

</div>

It’s the aspect ratio that matters much more than the actual dimensions. You should try to match the aspect ratio to that of the image container being used.

For example, if you’re using an Image component with a 3:2 aspect ratio setting, then you’ll get best results with an image of the same aspect ratio. 300x200, 600x400, 900x600, etc.
