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
Describe the bug If i set ratio to "1" and open image like 400x700, ratio of selected ignored(it will be 4:7)
To Reproduce <clipper slot="content" :src="loaded_image" ref="clipper" :ratio="1" />
<clipper slot="content" :src="loaded_image" ref="clipper" :ratio="1" />
Expected behavior init_size need to 50px x 50px*ratio or somethink another
Screenshots https://ibb.co/XSpW9RS
Desktop (please complete the following information): Ubuntu 20.04, Chrome 85
The text was updated successfully, but these errors were encountered:
Hi @mrquokka , thanks for reporting this issue.
The root cause is that the component did not reset position correctly (should reset in the $nextTick).
This will be fixed on v3.0.2
Sorry, something went wrong.
Hi @mrquokka , thanks for reporting this issue. The root cause is that the component did not reset position correctly (should reset in the $nextTick). This will be fixed on v3.0.2
@timtnleeProject, thanks checked and problem now resolved
timtnleeProject
No branches or pull requests
Describe the bug
If i set ratio to "1" and open image like 400x700, ratio of selected ignored(it will be 4:7)
To Reproduce
<clipper slot="content" :src="loaded_image" ref="clipper" :ratio="1" />
Expected behavior
init_size need to 50px x 50px*ratio or somethink another
Screenshots
https://ibb.co/XSpW9RS
Desktop (please complete the following information):
Ubuntu 20.04, Chrome 85
The text was updated successfully, but these errors were encountered: