I often have layouts where images of varying size need to be placed within a uniform bounding box that establishes max width/height. Using the “fit” method when inserting images resizes the image as needed, but only places it centered within that box. However, I often need to keep that image flush-left.
In HTML/CSS, I’d just place the image in a fixed height
It would be great if we had more options to set image handling within bounding boxes for common issues like this. There’s a great article from 2019 by Андрей Насонов over on the UX Planet Medium feed that has many more excellent examples. Article is titled How can we improve the Image tool in Figma? (Concept) (Sorry, can’t post links in these forums).
Would LOVE to have this kind of flexibility for image handling.