Stretch

data object Stretch : LayoutScale

Frame stretched larger on the x or y axes to fit the desired aspect ratio.

When stretching to a:

  • taller aspect ratio, the output width will default to the input width, and the output height will be scaled appropriately.

  • narrower aspect ratio, the output height will default to the input height, and the output width will be scaled appropriately.