I’ve searched 30 minutes for a solution and I cannot crack this simple problem.
I have a fixed-width flexbox, and I need (n) images to fit proportionally inside one row. No matter what I try the images overflow. Is this possible with flexbox? https://codepen.io/romanp/pen/ZoZZQP
Thank you, it looks like wrapping the IMG in a DIVsolves the issue completely. What is it about the IMG element that makes it behave so differently within flex?