# Pulling in images for streaks

**URL:** https://community.glideapps.com/t/pulling-in-images-for-streaks/24403
**Category:** Ask for Help
**Created:** [March 17, 2021, 2:56pm UTC](https://community.glideapps.com/t/pulling-in-images-for-streaks/24403 "2021-03-17T14:56:05Z")
**Posts on this page:** 1
**Showing post:** 4

<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: [March 17, 2021, 5:45pm UTC](https://community.glideapps.com/t/pulling-in-images-for-streaks/24403/4 "2021-03-17T17:45:21Z")

</div>

Yeah, what the relation shows is a little weird. I think it’s either supposed to be the first column in the row, or the column before or after the the column you link to. Not really sure. I’ve seen different results, and maybe it varies if you’ve shuffled columns around. Either way, as you’ve noticed, it doesn’t really matter. It’s just telling you that it found a matching row.

To have your streak reset, I’m not sure how you track a streak right now. I’m assuming date comes into play? You could probably do something like an IF column that checks if the last date is more than 1 day prior to today’s date, then return 0, else return the current chain value. Then use that IF column for your relation.

As for image compression, I believe Glide does optimize images automatically…at least in certain circumstances…depending on the browser and if the image is being shown in an image component, or list, or some other view. There’s some basic info below.

> **[Glide Docs](https://www.glideapps.com/docs)**
>
> Welcome to Glide Docs, a steadily growing collection of articles and videos on how to use Glide. We can’t wait to see what you build!

> [@Externally Served Media Routes](https://community.glideapps.com/t/externally-served-media-routes/15020/2):
>
> Glide optimizes and caches all images. There’s no way to disable this at the moment.

---

_[View the full topic](https://community.glideapps.com/t/pulling-in-images-for-streaks/24403)._
