Image aspect ratio with different browsers and mobile

Hi, I’ve made image buttons that I want to resize with mobile and with different browsers.
On Firefox and Android phones the images show properly, but on Safari, Crome and iPhone the images doesn’t maintain aspect ratio. How am I able to do image buttons that resizes properly?

Thanks!

Hello @hallauri,

Thanks for asking. :slight_smile:

On resizing the page, I see that buttons are kind of getting squeezed together in a stack format. I suggest you to add a class to columns under Customize > CSS and then give margin top CSS property to open it up. Here is a tutorial that you can take a look.

https://www.w3schools.com/css/css_margin.asp

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.