Click on Image in Carousel to enlarge?

I’m using new glide and have a carousel with a multiple images column. I used to be able to click on the image to have it go full screen, but it seems like that functionality is no longer available? Is there any work around for this?

The native carousel doesn’t allow it, so here’s an idea to use AI component.

  • Add a joined list column to join your images into a comma-delimited list.
  • Feed that to the component and start prompting to see if you can get the results like mine.

A carousel of images, taking data from imagesArray (comma-delimited list of images)

Have arrows to move back and forth between the images, and allow clic king on an image to open the link in a new tab.

Give more height to the component. Comment your own code and keep everything else.

Or copy the code as a prompt:

https://smalldev.tools/share-bin/pHEtl1cl

1 Like

Got it, thanks! I will try the AI component.

1 Like