react-image-cropper
react-image-cropper copied to clipboard
limit portrait by height
Instead of always sizing the image to the maximum width gives an option for limiting by height to prevent portrait beeing renderd to huge. Implementation is based on @Pjan fork. Solves @rmeissn issue jerryshew/react-image-cropper#5
prop limitHeight: 0 - for not limiting by height - default value value - max height
Example
default

limitHeight={800}

@jerryshew Do you plan to merge this feature in the future? It would be very handy for my project.
+1