Re: [csswg-drafts] [css-flexbox] Why does flex item aspect ratio sizing not take max-width into account? (#3736)

https://jsfiddle.net/nfy4qe1v/ Here's your example and I see a 5x5, not 5x10 image.

Did you mean to use `flex-direction: row`? Regardless of the flex containers own width? Which then means the image "stretches" to it's intrinsic (10px) height unless you set `align-items`/`align-self` to a non `stretch` (`normal`) value?

-- 
GitHub Notification of comment by jonjohnjohnson
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3736#issuecomment-473486007 using your GitHub account

Received on Saturday, 16 March 2019 01:22:52 UTC