NEVERMIND, I found the ‘scale’ tool. I’m still curious why in example on the right some of the elements did scale with the “frame” or whatever you’d call that BUT I did technically find the solution to my question.
For auto layout, you have to set width and height to fill for it to scale in both ways.
For the non-auto layout, you have to set the constraints to scale, or left and right and top and bottom for it to scale in both ways.
I do want to ask, why are some elements scaling and some are not. I do have the settings you mentioned in place for the autolayout example.
You’ll have to check the nested layers to if they are also in scale. Because there are times that you’re just scaling the container of the element and have the element in fixed.