-
-
Notifications
You must be signed in to change notification settings - Fork 350
Open
Description
as mentioned in #108, i've set a width on the parent container:
<div style={{width: 400}}>
<ReactCrop ...>
<img ... />
</ReactCrop>
</div>
This works well when the image is larger than the container (the image is resized downward to fit in the container), but when the image is smaller than the container, it doesn't scale up to fit the container. Any way to accomplish this behavior?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels