I need to create a Carrousel of photos

I already have designed a page where I can see information from a product:

But I need to add more photos and for me to be able to swipe like a carrousel, is this possible? the agent has not been able to, it stacks them vertically.

Please assist!

How are you storing the images? Are they each in separate rows in a table, or in a multiple images column, or in separate individual columns?

The image component can natively show multiple images as a carousel if you feed it an array of image urls. If you want a different look and feel for the carousel, then you would need a comma delimited list of urls that are fed into a Custom AI component.

3 Likes

Hey, I tried using a coma then a space then the next URL but it still shows only 1 image this is within 1 column of course, am I doing something wrong?

If you want to use the native image component, you need to use a Split Text column to convert the comma delimited list of urls into an array. Then point the image component to that array column.

If you want to try the custom AI component, you can use your existing comma delimited list of urls as is.

2 Likes