i want to set an image’s height but let the width be set by the natural aspect ratio.
Instead, the width is getting set to 100% and making all my images look like weird rectangles.
I’ve been able to do this when I specify the width but not the height.
I’d like them to have fixed height rather than fixed width. But allow the width to automatically be determined by the height.