We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
zoom starts out of the center and the image gets smaller than the viewport,
the way starts:
zoom 0:
zoom 0.2392:
zoom 0.7177:
zoom 1.1962:
<vue-croppie ref="croppieRef" :enableExif="true" :enableResize="false" :boundary="{ width: 300, height: 300 }" :viewport="{ width: 220, height: 220, type: 'square' }" @update="update" @result="result" > </vue-croppie>
:enableExif="true" doesnt seems to work.
:enableExif="true"
is this a bug, or im doing something wrong?
The text was updated successfully, but these errors were encountered:
Any resolution here? Im having the same issue
Is this a bug with this repo? or Croppie itself?
Sorry, something went wrong.
I am getting the same issue, its happening after we refresh the page and try to zoom existing image //cc @jofftiquez
No branches or pull requests
zoom starts out of the center and the image gets smaller than the viewport,
the way starts:
zoom 0:
zoom 0.2392:
zoom 0.7177:
zoom 1.1962:
<vue-croppie ref="croppieRef" :enableExif="true" :enableResize="false" :boundary="{ width: 300, height: 300 }" :viewport="{ width: 220, height: 220, type: 'square' }" @update="update" @result="result" > </vue-croppie>
:enableExif="true"
doesnt seems to work.
is this a bug, or im doing something wrong?
The text was updated successfully, but these errors were encountered: