jcrop show image in modal dialog for cropping size issue -
i showing image uploaded user in modal dialog. on image initializing jcrop cropping image.
the problem not able set image in dialog, works ok images size (dimensions) less dialog size images bigger dialog size, image going out of dialog.
i tried using boxheight , boxwidth make image non responsive , smaller size screen image going out dialog.
basically looking generic solution of showing image in dialog no matter image size displayed inside dialog.
use may :
<div class="modal-body" style="overflow: auto; > ......preview here .... </div>
Comments
Post a Comment