jofftiquez / vue-croppie

Vue wrapper for croppie
https://jofftiquez.github.io/vue-croppie/
MIT License
260 stars 42 forks source link

zoom is buged #88

Open loopsFreitag opened 2 years ago

loopsFreitag commented 2 years ago

zoom starts out of the center and the image gets smaller than the viewport,

the way starts: Captura de Tela 2021-09-14 às 12 27 46

zoom 0: Captura de Tela 2021-09-14 às 12 31 23

zoom 0.2392: Captura de Tela 2021-09-14 às 12 31 52

zoom 0.7177: Captura de Tela 2021-09-14 às 12 32 15

zoom 1.1962: Captura de Tela 2021-09-14 às 12 32 36

`<vue-croppie ref="croppieRef" :enableExif="true" :enableResize="false" :boundary="{ width: 300, height: 300 }" :viewport="{ width: 220, height: 220, type: 'square' }" @update="update" @result="result"

`

:enableExif="true" doesnt seems to work.

is this a bug, or im doing something wrong?

smlparry commented 2 years ago

Any resolution here? Im having the same issue

Is this a bug with this repo? or Croppie itself?

subashshrestha-houzz commented 2 years ago

I am getting the same issue, its happening after we refresh the page and try to zoom existing image //cc @jofftiquez