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

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -