plupload icon indicating copy to clipboard operation
plupload copied to clipboard

Question - Possible to change target image side for client-side resize

Open kd8ssq opened this issue 5 years ago • 0 comments

Is it possible to change the resize from the long side to the short side of the image? In my scenario, I upload an image and then use Jcrop to get the image exactly where I want it. I have the resize get the image to 2x the size of the image post-crop. Depending on the dimensions of the original image, after the resize, the dimensions might be smaller on the short side than what I need to get.

Example:

  • I need a photo of an individual that's 300x300.
  • The originally uploaded image is 2611x1280.
  • I have resize set to be 600x600
  • Post resize image ends up being 600x294, where the short side is shorter than my image requirements.

kd8ssq avatar Mar 25 '19 12:03 kd8ssq