My use case requires the ability to click on the images and expand them (they might be small, etc), so the HTML table approach sadly did not work.
The image carousel works (I am using this now) BUT the users (esp the medical ones) do not like it as they have to swipe to compare things, photo 1 is the result, but photo 3 is how to interpret, etc.
I was looking at a recent post on being able to move Choice components from row by row to be on a single row (for making drop-downs for date of birth). and it occurred to me that it might be possible to have 3 image components… then CSS to put them in the same ‘row’ - with the feature of being able to click to enlarge.
Failing that, the nicest option would be to turn the images in 3 columns on the same row into a usable relationship that Glide will allow me to use as an inline list.
I am not a CSS expert. In fact I was the one who asked for the CSS for the 3 choice component you mentioned.
I got curious about this and gave it a try. You can actually enlarge the images but I don’t know why the 3rd image is not being displayed. Maybe @Manu.n has a better idea on this.