You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
In the ReactCrop component, setting the height to a constant value like
px
orrem
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.The text was updated successfully, but these errors were encountered: