Alright, I’ve set the width to auto but it’s not actually affecting the width of the parent so maybe it needs a max content.
When the height is set to auto it *does affect the height of the parent. At least when the the parents height is set to auto.
So here we are meet with the same issue toward the parent, not having an auto option for width.
Anyway.
I understand why it’s not working, as you say, it not having max content to read for width.
But what I’m saying is that it should have it? I mean it’s scaling proportionally right?
And it’s made out of pixels?
So what’s the problem reading the width?
I have a different work around, each row gets one image with set width, usually one I don’t want to crop, and the other images get stretched to fit their elements and get cropped a bit on the sides.
But that’s monkey business…