react-image-crop
react-image-crop copied to clipboard
Height styling not working with percentages
In the ReactCrop component, setting the height to a constant value like px or rem will change the image size to the desired height. Using a value like 50% on the other hand does not change the image size, even if the container has a constant value.