As of now both the image to crop and the resulting cropped image are presented with a maxHeight and maxWidth based on the height and width of the uploaded image.
This is a problem for two reasons:
The user can't correctly style it with CSS since canvas can't be styled through HTML styled wrapper elements that force a certain width or height to the inner child
The cropped image should be smaller, nonetheless it is presented with the same size of the original image
As of now both the image to crop and the resulting cropped image are presented with a maxHeight and maxWidth based on the height and width of the uploaded image.
This is a problem for two reasons: