How to automatically show the first image in a Repeating Group like on Amazon website ?
Currently it works fine only when the user clicks on the image. But I also want to automatically show the first image of the product when the page is loaded.
You could use a custom state to hold the current selected image. Set that custom state to the RG’s first item on page load then change it to the current cell’s item when another image in the RG is clicked. Your main image should of course simply show the current selected image.