Norserium

Results 216 comments of Norserium

@leonardo-melhor-envio, could you provide the codesandbox to reproduce your issue?

@leonardo-melhor-envio, @romain-aragon, try to update to the latest version (`2.8.9` vue Vue 3, `1.11.7` for Vue 2).

@peterfoers , pie in the sky, but try to rename `cropper` to `cropperRef`: ``` const cropperRef = ref(null) // Should work ``` It looks, that it conflicts with the import...

@Emaxoso, hello! First of all, why do you need to get the current zoom? To get the selected area you need coordinates only, they represent that area. ```js const {...

> First I do the cropping with the coordinates then I use the zoom to enlarge the image. @Emaxoso, I still don't get why? Should the following cases give the...

@unpseudocomplique, what's error did you get?

@dala00, I assume you want to get something like [this](https://codesandbox.io/s/vue-advanced-cropper-twitter-suoyc)?

@dala00, @Emaxoso is this issue still actual?

@garryshield, could you describe your use case, where this possibility is needed?