} else {
    crop.height = heightByRatio(original.width, destiny.ratio);
    crop.y = getMiddlePosition(original.height, crop.height);
  }