# How to show single images in three columns as three images together as an inline list?

**URL:** https://community.glideapps.com/t/how-to-show-single-images-in-three-columns-as-three-images-together-as-an-inline-list/26291
**Category:** Ask for Help
**Created:** [May 2, 2021, 7:10am UTC](https://community.glideapps.com/t/how-to-show-single-images-in-three-columns-as-three-images-together-as-an-inline-list/26291 "2021-05-02T07:10:56Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![vijay](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/vijay/32/3259_2.png) [@vijay](https://community.glideapps.com/u/vijay)
#### Post date: [May 2, 2021, 7:10am UTC](https://community.glideapps.com/t/how-to-show-single-images-in-three-columns-as-three-images-together-as-an-inline-list/26291/1 "2021-05-02T07:10:56Z")

</div>

I have three columns each with an image which is derived from a Lookup of a relation. I would like to show them as three images in an inline list, such as three in a row, rather than one by one, one below the other. How can I combine the three into an inline list?

---

<div class="post-metadata">

### Author: ![adriasoce](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/adriasoce/32/24153_2.png) [@adriasoce](https://community.glideapps.com/u/adriasoce)
#### Post date: [May 2, 2021, 7:18am UTC](https://community.glideapps.com/t/how-to-show-single-images-in-three-columns-as-three-images-together-as-an-inline-list/26291/2 "2021-05-02T07:18:00Z")

</div>

You can joine and split then the columns that do you want to show in order to relate one column and have the tree of them in a multiple relatio. Once did that if you make a lookup you will have the images in the same column. Since that is a multiple relation you can display an inline list with tiles maybe to show the full images

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [May 2, 2021, 8:55am UTC](https://community.glideapps.com/t/how-to-show-single-images-in-three-columns-as-three-images-together-as-an-inline-list/26291/3 "2021-05-02T08:55:31Z")

</div>

I was thinking maybe you can try using that relation you have as the source of the inline list, then just use the image column to feed the inline list’s image field?

---

<div class="post-metadata">

### Author: ![vijay](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/vijay/32/3259_2.png) [@vijay](https://community.glideapps.com/u/vijay)
#### Post date: [May 2, 2021, 11:51am UTC](https://community.glideapps.com/t/how-to-show-single-images-in-three-columns-as-three-images-together-as-an-inline-list/26291/5 "2021-05-02T11:51:10Z")

</div>

Got it Thanks,

---

<div class="post-metadata">

### Author: ![NoCodeAndy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/nocodeandy/32/62530_2.png) [@NoCodeAndy](https://community.glideapps.com/u/NoCodeAndy)
#### Post date: [January 17, 2024, 4:52pm UTC](https://community.glideapps.com/t/how-to-show-single-images-in-three-columns-as-three-images-together-as-an-inline-list/26291/6 "2024-01-17T16:52:19Z")

</div>


