Hi again!
I have a two part problem. The first one seems to be a reoccurring problem for me… getting the content inside one column to fill 100% of the height the other columns (or the parent Row)
So far:
I have made a Dynamic List with key persons. Inside each Dynamic Item I have a Row with two Columns. In the left column I have an image of the person linked in from a Collection. In the right Column I have contact information linked from the same Collection.
The problem:
The image in the left column fills 100% of the width, leaving blank space bellow the image compared to the right column that holds contact information.
Question:
How can I get the image in the left column to always use 100% of the height used in the right side column, at the same time keeping the aspectratio of the image? by cropping the sides of the image automatically?
I can of cause upload an image with the aspectratio of the left side column, but that does not make the content very “dynamic”.