I assume you are not using a Container because a container only really works as expected on a desktop screen. On mobile, the container will still stack everything vertically.
- You could stick with a container, but only expect to get the experience you want with a desktop size screen.
- If your goal is to get that side by side view on a mobile device, you could explore using a custom collection, but each image would need to be on it’s own row for the collection to show it properly.
Can I build a 3×3 bingo board with Image Pickers in Glide? - #6 by Jeff_Hager - You could stick with a container and try overriding it with some CSS to the maintain the side by side view on mobile.
What CSS can I use to display container options next to each other regardless of the screen size? - #2 by Eric_Penn
I don’t believe you are going to get the Custom AI component to work because it won’t allow to to upload new images. You could maybe get away with creating and storing a datauri image, but it won’t be an image file in the traditional sense.