Put two images next to each other

Hello,
I’m trying to develop a fake sports betting app for myself and friends. I’d like to have two images, one next to the other, so that friends can click on the one they want to vote on and then bet.

1 - I can’t get two images next to each other. Let me show you

This is my DB with the match (opponent 1 vs opponent 2) I want the image of opponent 1 on the left and opponent 2 on the right.


image

Problem: the only thing I’ve found is a card container, but then it displays opponent 1 in the next match…

2 - When I want to set another match, I want a second container, in card, to appear with the two other teams. Problem: it doesn’t work. It appears in the first container :confused:

Translated with DeepL.com (free version)

I’m sorry but to me what you are trying to do isn’t clear

how many matches you want to display on a screen?
are you on a paid glide plan?
the best way to do it is using custom css.
it can also be done using html

I want two images next to each other. Both images are present on the same line in the DB

3 matches (6 opponents)
yes I pay
I tried with the code but it doesn’t work properly

Let me know if thats how you want the images to appear. This is a custom collection.

1 Like

This should be the right way to do it. As long as you have the two teams’ logos and names, and columns to determine each team’s votes, you should be able to set up actions to increment those columns, if I understand you right.