I know how to create the picture carousel but when you get to the last picture you have to flip back thru the pictures. It would be nice if the picture carousel would go from the last picture to the 1st picture in a circular fashion instead of having to go backwards to get to the 1st pic again.
Related to carousel features, by any chance would you know:
if it possible to create a carousel of images in the title component (the image ratio in the title component is different to that of the options in the image component)?
within an image component with a carousel, is it possible to tap to first enlarge image and then swipe in the carousel of the enlarged images?
for title component, you could create gifs which keep moving automatically like a carousel. In title the aspect ratio is fixed while in Image component you have options.
I dont know of any way to achieve point 2
Check out https://rwtsk.glideapp.io/ to see how I handle images in the memories tab. There I’m using a relation from the record back to itself to create an inline list using the cards layout. In your case, I would store the images in rows in a different sheet, then use a relation to that sheet and display the images using tiles or cards in the horizontal layout. It will function very similar to a picture carousal.