Foliotek / Croppie

A Javascript Image Cropper
http://foliotek.github.io/Croppie
MIT License
2.58k stars 884 forks source link

Responsive behaviour of resizer #448

Open kishan911 opened 6 years ago

kishan911 commented 6 years ago

Hello,

In responsive container(like in bootstrap). If i want to resize image then it's also resizing image in back See this video for more: https://youtu.be/WZQxaGtb50w

Is there any option/way to resize viewport without resizing back image

Thanks

ShaMan123 commented 6 years ago

having the same issue

ShaMan123 commented 6 years ago

found the problem. it's in the bound function mouseMove() in _initializeResize(). I'll refrence my fix