Replies: 1 comment 16 replies
-
I'll look into that issue tomorrow. I'm not sure if I'll be able to fix that quickly. |
Beta Was this translation helpful? Give feedback.
16 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I added
width={resizedWidth} height={resizedHeight}
toReactMultiCrop
and when I resize the component it seems that its only being changed inlower-canvas
and not in the styles.The
canvas-wrapper
is changing because I also addedstyle={{ width: resizedWidth, height: resizedHeight }}
to theReactMultiCrop
component.So i think that
width
andheight
parameters should also change theupper-canvas
width
andheight
and the styles forcanvas-container
,lower-canvas
andupper-canvas
widthAndHeightResized.mov
Beta Was this translation helpful? Give feedback.
All reactions