# How to create Image gallery

**URL:** https://community.glideapps.com/t/how-to-create-image-gallery/40386
**Category:** Ask for Help
**Created:** [April 4, 2022, 8:28am UTC](https://community.glideapps.com/t/how-to-create-image-gallery/40386 "2022-04-04T08:28:50Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![atek](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/atek/32/27649_2.png) [@atek](https://community.glideapps.com/u/atek)
#### Post date: [April 4, 2022, 8:28am UTC](https://community.glideapps.com/t/how-to-create-image-gallery/40386/1 "2022-04-04T08:28:50Z")

</div>

Like a image gallery in mobile. Same way i have few 20 pic and i want to make a gallery as the user swipe right to left image should seen. Any suggestion or simple way. Thanks

---

<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: [April 4, 2022, 8:48am UTC](https://community.glideapps.com/t/how-to-create-image-gallery/40386/2 "2022-04-04T08:48:43Z")

</div>

Store your images in an array column.

> **[Adding images](https://docs.glideapps.com/all/topics/ux/adding-images#image-carousel)**
>
> How to add and host images properly for your app.

---

<div class="post-metadata">

### Author: ![atek](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/atek/32/27649_2.png) [@atek](https://community.glideapps.com/u/atek)
#### Post date: [April 4, 2022, 9:17am UTC](https://community.glideapps.com/t/how-to-create-image-gallery/40386/3 "2022-04-04T09:17:36Z")

</div>

I have 3 sheet, on 3rd sheet i have created as show images column, when i add the component it show only the 2nd sheet data and not the 3rd sheet,

---

<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: [April 4, 2022, 9:24am UTC](https://community.glideapps.com/t/how-to-create-image-gallery/40386/4 "2022-04-04T09:24:09Z")

</div>

I don’t really understand, could you provide some screen shots please?

In order to create an image carousel, all of your images must be in a single array column. You can either create that column in your Google Sheet by following the instructions in the documentation that I linked to, or you can do it in Glide Tables using the MakeArray column type.

---

<div class="post-metadata">

### Author: ![Chichap](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/chichap/32/42361_2.png) [@Chichap](https://community.glideapps.com/u/Chichap)
#### Post date: [April 12, 2023, 1:59am UTC](https://community.glideapps.com/t/how-to-create-image-gallery/40386/5 "2023-04-12T01:59:56Z")

</div>

Hi Darren,

I did check now and id comparison with my glide app and glide pages, it look like the image gallery (slide scroll) appear to be working with glide app only and not with Glide Pages, any idea a workaround for glide pages.

Thank you.

---

<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: [April 13, 2023, 12:55am UTC](https://community.glideapps.com/t/how-to-create-image-gallery/40386/6 "2023-04-13T00:55:21Z")

</div>

I assume you mean the “carousel” function? It hasn’t been added to the new Glide Apps, we don’t have an ETA.

---

<div class="post-metadata">

### Author: ![Chichap](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/chichap/32/42361_2.png) [@Chichap](https://community.glideapps.com/u/Chichap)
#### Post date: [April 13, 2023, 4:48am UTC](https://community.glideapps.com/t/how-to-create-image-gallery/40386/7 "2023-04-13T04:48:34Z")

</div>

I see, ok understand.  
Fortunately I have seen a related post for alternative workaround on how to achieve it.

Thank you.
