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
Hi, I'm using version 0.20.0 and seems that the stencilSize prop that is used in this example https://advanced-cropper.github.io/react-advanced-cropper/docs/guides/advanced-recipes#fixed-stencil is no longer available and I cannot figure out how to set a fixed size for the stencil. I am trying to make the stencil always full size of the cropper container, but it seems that without this prop I can zoom out the image as much as I want and it will also make the stencil smaller instead of restricting the zoom of the image. And once I zoom it out and the stencil zooms out with it, I cannot return the stencil to it's initial size as when I zoom back in, the stencil stays does not zoom in with together with the image. Could you update the example to reflect current API or am I missing something?
Hi, I'm using version 0.20.0 and seems that the
stencilSize
prop that is used in this example https://advanced-cropper.github.io/react-advanced-cropper/docs/guides/advanced-recipes#fixed-stencil is no longer available and I cannot figure out how to set a fixed size for the stencil. I am trying to make the stencil always full size of the cropper container, but it seems that without this prop I can zoom out the image as much as I want and it will also make the stencil smaller instead of restricting the zoom of the image. And once I zoom it out and the stencil zooms out with it, I cannot return the stencil to it's initial size as when I zoom back in, the stencil stays does not zoom in with together with the image. Could you update the example to reflect current API or am I missing something?Here's a code of my cropper:
The text was updated successfully, but these errors were encountered: