if (imageAspectRatio > cropAspectRatio) {
      cropWidth = (100 / imgWidth) * imgHeight * cropAspectRatio
      cropHeight = 100
      cropX = (100 - cropWidth) / 2
      cropY = 0