# Vertical Photos in Gallery

**URL:** https://community.glideapps.com/t/vertical-photos-in-gallery/78645
**Category:** Ask for Help
**Created:** [December 16, 2024, 9:48pm UTC](https://community.glideapps.com/t/vertical-photos-in-gallery/78645 "2024-12-16T21:48:54Z")
**Posts on this page:** 1
**Showing post:** 2

<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: [December 16, 2024, 10:19pm UTC](https://community.glideapps.com/t/vertical-photos-in-gallery/78645/2 "2024-12-16T22:19:16Z")

</div>

I’m sure it could be done with CSS as long as you give your gallery a CSS class name and apply your CSS to that class name through the custom css in the app settings. I don’t do a whole lot with CSS, so I don’t have suggestions off the top of my head, but I would bet it’s possible.

But, have you explored a custom AI component? You could build a comma delimited list of image urls in your table. Then instruct the custom component to display a gallery bound to the column of delimited urls. You could instruct it to use any ratio you choose and possibly have it display a modal or larger version of the image when you click on it.

Somewhat unrelated, but this is a recent post about creating a gallery with the ability to re-sort the images in an array. Similar concept, but you would just need to change the inputs and the AI prompts to fit your needs, such as what to do when clicked and the ratio you want.

> [@Multi image upload but with extras](https://community.glideapps.com/t/multi-image-upload-but-with-extras/78420/11):
>
> Try this. Add a Joined List column to convert your multiple images column into a comma delimited list of urls. Name it Input. Add a Text column and name it Output. Add a Split Text column to convert Output into an array. (optional if you need the images as an array) Once you have those columns, add a custom component with this prompt. Bind Input, which is a comma delimited list of image urls. Split the urls and render them as an image gallery. Allow the images to be rearranged using drag an…

---

_[View the full topic](https://community.glideapps.com/t/vertical-photos-in-gallery/78645)._
