bupy7 / yii2-widget-cropbox

This widget allows crop image before upload to server and send informations about crop in JSON format.
BSD 3-Clause "New" or "Revised" License
91 stars 33 forks source link

Update form #16

Closed bvanleeuwen1995 closed 8 years ago

bvanleeuwen1995 commented 8 years ago

Hello,

Is there a way to show the cropped image when we update the record? We are currently saving the cropped image to our server, which is working great, but I also want it that when we update our record, it shows the cropped image.

Bob

bupy7 commented 8 years ago

@bvanleeuwen1995 At the moment, this function not supported for jquery-cropbox. As soon as author of jquery-cropbox (it's me :D) will make this opportunity then I necessarily add this in yii2-widget-cropbox. You can accelerate this process if you make pull-request for jquery-cropbox with that functionality.

bupy7 commented 8 years ago

The reason for closing: No answer.