# How can I create a carousel of images in the Glide table?

**URL:** https://community.glideapps.com/t/how-can-i-create-a-carousel-of-images-in-the-glide-table/65116
**Category:** Ask for Help
**Created:** [August 17, 2023, 8:09am UTC](https://community.glideapps.com/t/how-can-i-create-a-carousel-of-images-in-the-glide-table/65116 "2023-08-17T08:09:51Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![brightstar](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/brightstar/32/77515_2.png) [@brightstar](https://community.glideapps.com/u/brightstar)
#### Post date: [August 17, 2023, 8:09am UTC](https://community.glideapps.com/t/how-can-i-create-a-carousel-of-images-in-the-glide-table/65116/1 "2023-08-17T08:09:51Z")

</div>

hi, everyone!

in the glide app, I’m going to use the glide table instead of google sheet.  
but I cant create a carousel of images in the glide table.  
if you know about it, plz help me.

---

<div class="post-metadata">

### Author: ![Harsh\_Ganatra](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/harsh_ganatra/32/35515_2.png) [@Harsh\_Ganatra](https://community.glideapps.com/u/Harsh_Ganatra)
#### Post date: [August 17, 2023, 10:07am UTC](https://community.glideapps.com/t/how-can-i-create-a-carousel-of-images-in-the-glide-table/65116/2 "2023-08-17T10:07:41Z")

</div>

Hey! you can use the “Make Array” column in the database. Add your relevant photo columns in that array and use the image component and make sure you use the “Make Array” column in the Data source 🙂

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/3/d/3d173824c2ecf5d5c12f8ce23a95756e21acd4b7.png)

---

<div class="post-metadata">

### Author: ![brightstar](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/brightstar/32/77515_2.png) [@brightstar](https://community.glideapps.com/u/brightstar)
#### Post date: [August 17, 2023, 10:41am UTC](https://community.glideapps.com/t/how-can-i-create-a-carousel-of-images-in-the-glide-table/65116/3 "2023-08-17T10:41:05Z")

</div>

thank u

---

<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: [August 18, 2023, 12:45am UTC](https://community.glideapps.com/t/how-can-i-create-a-carousel-of-images-in-the-glide-table/65116/4 "2023-08-18T00:45:32Z")

</div>

An alternative is using the “Multiple Images” column, point an image picker component to it to upload images, and then use an Image component to display it.

![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/a/5/a5ec6e2873d52fb8b87a591432a9f1788d7d0f6c.png)
