I have linked my repeater to my dataset using $w(‘#repeater’).data. The logo of the agent for each listed item is populated based on the dataset image field however, given that the logos are different heights, this is shifting the other elements down the repeater and causing the heights to differ which doesn’t look great. I am using the “fixedWidth” fit mode.
I am trying to prevent the different logo size from affecting the position of the other text.
The elements have no vertical overlap and there are no vertically overlapping elements within 70px. Can anyone help?