My best solution so far, has been setting the width of the images manually to fit the most normal mobile screens:
However, if the screen of the mobile is smaller, the logos will be cut.
Furthermore, in desktop the logos are shown too small:
I’d say a better solution would be to set a fixed width for desktop. Then, reduce the size of all images in a proportional way in mobile.
I’ve been playing with flex, but I’ve not been able to achieve that myself (I got weird results instead, like only the first image is reduced)
So how to achieve that?
Thanks!!!
Carlos