Topic: Image resize not working properly
Image resize is not working properly.
Original image dimension : 900 x 1352
Converted image dimension is 271 × 408 when resize dimension set to (800x600)
When image resize is false, converted image dimension is 399x600
As per document "Plupload will take the larger side of the image and decrease it to fit the specified dimensions. The other side will be resized proportionally."
So why it is not resize based on image height(which is larger in this case)?