advanced-cropper / vue-advanced-cropper

The advanced vue cropper library that gives you opportunity to create your own croppers suited for any website design
https://advanced-cropper.github.io/vue-advanced-cropper/
Other
933 stars 130 forks source link

Twitter slider flickering if zoomed image size overlaps the min-width/min-height #153

Closed allanvb closed 2 years ago

allanvb commented 2 years ago

For some reasons, if the cropped images reaches the size closer to cropper's min-width/min-height, it starts flickering. Is there any way to avoid this behaviour ?

Steps to reproduce:

GIF

Norserium commented 2 years ago

@allanvb, the codesandbox should be fixed now. Thank you for your report.

allanvb commented 2 years ago

@Norserium glad to help. Can you tell me please what exactly you changed so I'll be able to fix it in my app too ?

Norserium commented 2 years ago

@allanvb, I've changed onZoom method. Compare it with your method, you should see the difference in the used formula.

allanvb commented 2 years ago

@Norserium got it. It works like a charm.

I think this can be closed now.

Norserium commented 2 years ago

@allanvb, you are welcome!