Image Scalling

Hello what would be the best way to zoom in an image so that the scale does not look weird?

Left side of the image is what I am refering too

  1. You should keep the aspect ratio (keep X and Y intact while not stretching).
  2. with the correct aspect ratio, scale to fit or scale to fill.
    For this you can use the scale box widget and the size box widget as parent of the image widget.

Thanks will give it a go