# Glide Image Optimization

**URL:** https://community.glideapps.com/t/glide-image-optimization/11298
**Category:** Ask for Help
**Created:** [June 23, 2020, 1:40am UTC](https://community.glideapps.com/t/glide-image-optimization/11298 "2020-06-23T01:40:48Z")
**Posts on this page:** 12
**Page:** 1

<div class="post-metadata">

### Author: ![Brian\_Rosenstein](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/brian_rosenstein/32/9084_2.png) [@Brian\_Rosenstein](https://community.glideapps.com/u/Brian_Rosenstein)
#### Post date: [June 23, 2020, 1:40am UTC](https://community.glideapps.com/t/glide-image-optimization/11298/1 "2020-06-23T01:40:48Z")

</div>

Hello All! I hope everyone is staying safe.

I have a question about image optimization. I feel like I’m having some issues with load time. Does Glide automatically optimize whatever image I load, or the link that I give it? Or would it be better to upload images after I have already optimized them for the web?

Any information or a link to the documentation would be greatly appreciated. Thank You.

---

<div class="post-metadata">

### Author: ![Jaime](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jaime/32/72726_2.png) [@Jaime](https://community.glideapps.com/u/Jaime)
#### Post date: [June 23, 2020, 2:18am UTC](https://community.glideapps.com/t/glide-image-optimization/11298/2 "2020-06-23T02:18:07Z")

</div>

As far as I’m aware they are not optimised.

I’ve been using this [https://yuanjoy.com/anydrop/](https://yuanjoy.com/anydrop/)

It’s super easy to drag and drop a bunch of images into the ‘Resize to 800px width’ preset

---

<div class="post-metadata">

### Author: ![Rik\_Ahlberg](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/rik_ahlberg/32/1003_2.png) [@Rik\_Ahlberg](https://community.glideapps.com/u/Rik_Ahlberg)
#### Post date: [June 23, 2020, 2:53pm UTC](https://community.glideapps.com/t/glide-image-optimization/11298/3 "2020-06-23T14:53:10Z")

</div>

Like @Jaime mentioned, it’s best to scale all your images down to 800px wide (I use PhotoBulk on the Mac for this). I crop everything to a 4:3 aspect ratio (which is the iPhone’s default) and they work well when they’re automatically scaled and cropped by Glide. I also compress the JPG images with ImageOptim (another Mac app) to make them as small as possible (typically 250k or smaller).

All of my images are hosted on a Google Drive and I just have links to them in the Google Sheet for my app.

---

<div class="post-metadata">

### Author: ![Brian\_Rosenstein](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/brian_rosenstein/32/9084_2.png) [@Brian\_Rosenstein](https://community.glideapps.com/u/Brian_Rosenstein)
#### Post date: [June 23, 2020, 5:11pm UTC](https://community.glideapps.com/t/glide-image-optimization/11298/4 "2020-06-23T17:11:42Z")

</div>

That sound’s like the way to go. Thank you!

---

<div class="post-metadata">

### Author: ![Brian\_Rosenstein](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/brian_rosenstein/32/9084_2.png) [@Brian\_Rosenstein](https://community.glideapps.com/u/Brian_Rosenstein)
#### Post date: [June 23, 2020, 9:42pm UTC](https://community.glideapps.com/t/glide-image-optimization/11298/5 "2020-06-23T21:42:08Z")

</div>

So the problem that I’m running into is that I can only past a link to the image from google drive, which in turn turns my data column in Slide Data into a link column from an image column. Thoughts?

---

<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: [June 23, 2020, 9:50pm UTC](https://community.glideapps.com/t/glide-image-optimization/11298/6 "2020-06-23T21:50:18Z")

</div>

All images should display as urls in the sheet. Then you use an image component to display it.

---

<div class="post-metadata">

### Author: ![Brian\_Rosenstein](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/brian_rosenstein/32/9084_2.png) [@Brian\_Rosenstein](https://community.glideapps.com/u/Brian_Rosenstein)
#### Post date: [June 23, 2020, 10:24pm UTC](https://community.glideapps.com/t/glide-image-optimization/11298/7 "2020-06-23T22:24:21Z")

</div>

I’m only displaying images in cards and tiles so I have to select it from the sheet. The problem with using a link is the users also upload their image and if I change where they upload it to as a link they will only be able to post the link and not the image.

---

<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: [June 23, 2020, 10:28pm UTC](https://community.glideapps.com/t/glide-image-optimization/11298/8 "2020-06-23T22:28:00Z")

</div>

If they are uploading through the app, use the image picker. It will upload the image to to Glide’s servers and save the resulting url in the sheet. The image picker and the tile/card image setting should point to the same column.

---

<div class="post-metadata">

### Author: ![Brian\_Rosenstein](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/brian_rosenstein/32/9084_2.png) [@Brian\_Rosenstein](https://community.glideapps.com/u/Brian_Rosenstein)
#### Post date: [June 23, 2020, 10:30pm UTC](https://community.glideapps.com/t/glide-image-optimization/11298/9 "2020-06-23T22:30:50Z")

</div>

I’ll give that a shot. Thank you

---

<div class="post-metadata">

### Author: ![Brian\_Rosenstein](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/brian_rosenstein/32/9084_2.png) [@Brian\_Rosenstein](https://community.glideapps.com/u/Brian_Rosenstein)
#### Post date: [June 23, 2020, 10:39pm UTC](https://community.glideapps.com/t/glide-image-optimization/11298/10 "2020-06-23T22:39:01Z")

</div>

So the image portion worked well for that user section. Thank You!

Can I ask you, if your using Google drive to host your image, are you just using the share link url in the spreadsheet? Is there a quicker or better way about doing this?

---

<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: [June 23, 2020, 10:54pm UTC](https://community.glideapps.com/t/glide-image-optimization/11298/11 "2020-06-23T22:54:16Z")

</div>

Some, but not all of my images are hosted in Google drive. Yes, I use the share url pasted in the sheet to display the images in the app. Any other images have either been uploaded via the image picker, or I used the drag and drop method to upload the image from my computer directly into the component. Regardless of which method I’ve used or where the image is hosted, the result is the same with a url in the sheet cell.

---

<div class="post-metadata">

### Author: ![Brian\_Rosenstein](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/brian_rosenstein/32/9084_2.png) [@Brian\_Rosenstein](https://community.glideapps.com/u/Brian_Rosenstein)
#### Post date: [June 23, 2020, 11:00pm UTC](https://community.glideapps.com/t/glide-image-optimization/11298/12 "2020-06-23T23:00:57Z")

</div>

Thanks for your help. I appreciate it.
