react-image-crop icon indicating copy to clipboard operation
react-image-crop copied to clipboard

Height styling not working with percentages

Open akchro opened this issue 1 year ago • 0 comments

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.

akchro avatar Aug 05 '24 23:08 akchro