Need a feature that can help scale the images proportionately within auto-layout components. Right now if I want to maintain the image proportions(e.g-16:9) I have to keep the size fixed, which doesn’t make that component scalable. This will be a very useful feature when working with fixed image proportions.
I have to constantly calculate the new height or width and resize it manually.
Does anyone else experience this? Is anyone using a plugin or workaround to help solve this?