Image height
I'm probably being really stupid about this, but I have the following problem (see attached image)
It's just a simple image with object-fit: contain on it, but for whatever reason it keeps adding an insane amount of white space to the top and bottom. The amount of white space varies on each different image.
All I want it to do is stretch to fit the container, and take whatever height it needs to.
Here's my component:
I looked through devtools and I don't have any global styles conflicting with it
It's just a simple image with object-fit: contain on it, but for whatever reason it keeps adding an insane amount of white space to the top and bottom. The amount of white space varies on each different image.
All I want it to do is stretch to fit the container, and take whatever height it needs to.
Here's my component:
I looked through devtools and I don't have any global styles conflicting with it

