I’ve got a custom looper provider set up to use an API call to get data. I’m having trouble trying to set up an element to consume images from that data. I’ve tried using classic slider, but that only allows me to use set slides and images - nothing with dynamic content.
Is there another element I can use that will consume images from a provider and display them similarly to a WooCommerce single product gallery that will show the first image as the featured image larger than the other images as smaller thumbnails? Currently I’ve tried using a grid, which will allow me to consume the images as described but I can’t figure out how to set up the interaction for navigation and zoom.
For navigation ideally I’d like some way to move between the images so that if I click next or previous a new image in the gallery will display as the featured image. For zoom I need some sort of lightbox effect so that if I click on an icon over the image it shows a larger version of the image.
Thanks for any information you can provide!