Replies: 1 comment 8 replies
-
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I set
aspect={1}
, if I use a non-square image, i can see the bleed (rest of the image being cropped out). But if I use a square image, that area is not available to me. See here: https://codesandbox.io/s/react-easy-crop-in-ts-forked-orh5so?file=/src/App.tsx You can switch line 26 to be fromimage={SQUARE_IMAGE}
toimage={NON_SQUARE_IMAGE}
I would like to have a container for the cropper which still shows more of the bleed image, but if I set a width and height to the container, it no longer shows the bleed. (uncomment line 15 and 16 in style sheet to see this)
Is there a solution for this?
Beta Was this translation helpful? Give feedback.
All reactions