Dustin Smith

Results 58 comments of Dustin Smith

I want to add it, but to me, I haven't heard a good pitch for how it would work. Someone once said they see croppie used more for spitting out...

Is this on all mobile devices? I have an android and when hitting the demo page, I'm able to drag the zoom handle just fine. Are you loading it on...

Looks like we do it for boundary ... just not viewport ... that wouldn't be too hard of a change to make. See: https://github.com/Foliotek/Croppie/blob/master/croppie.js#L348

@Hesesses Doesn't appear to be any updates. I would be open to a pull request, as it appears to be a simple change to make.

@alimemonzx You can create a fork and try try copying the behavior we use for the boundary: https://github.com/Foliotek/Croppie/blob/master/croppie.js#L385 ... and make the viewport do something similar: https://github.com/Foliotek/Croppie/blob/master/croppie.js#L394 This would allow...

Good catch. I guess the simplest fix would be adding a ``` if (!self.elements) return; ``` at the top of the _updateOverlay.

I'm not seeing the first error you mentioned. Where is opts.update called after destroy?

It's not built in to the api. You're free to add additional CSS styles to manipulate the look of the croppie element, but as far as styling through the API,...

#326 was believed to has resolved this issue, but it seems some people are still having it. I can't get it to happen myself. I've used the rotation example on...

Thanks for all the feedback in this one guys. I believe this issue is fixed in 2.5.2. I can't recreate the issue using the rotate example in the demo page....