I have a horizontal Tiles List with a bunch of circle-shaped images. When I press on an image, I want the image/Tiles row to stand out. Either by making the image a little bit bigger or making a circle around it. However, I can’t seem to know how.
I have experimented with some CSS code, but it either shows for all images or none of them.
CSS code:
do you mean click or hover?
Press. It should only be on action. It is an glide app, not pages
you have to replace the image using action. or create a template CSS to find the clicked element and change its atributes
How can I make a Tiles row bigger with CSS?
can you show an example? you can adjust how many tiles are in the row… less you have , the bigger row it is
If this is what you mean.
This is the list I’m talking about. When I click on one of the images/rows, I want it to stand out from the rest by changing the size, or by adding a circle around the selected row.
Unfortunately, Glide changed the selector to an undefined one, so it is hard time to calculate the position… maybe someone here cracked this?