I extensively use the radio buttons field with an image shown instead of the button. All the images are in the aspect ratio 3/2 and must also be displayed in that aspect ratio.
Is there a way I can force the aspect ratio across any breakpoint?
If I specify a width (100%) and a height value in PX that looks great on a desktop, it just doesn’t translate at all on smaller screens like tablets and phones as I can’t specify a different height value for smaller breakpoints.
Is there some fancy CSS I can use to force the aspect ratio?