scottcheng / cropit

A "customizable crop and zoom" jQuery plugin.
http://scottcheng.github.io/cropit/
MIT License
874 stars 307 forks source link

Not working with contact form 7 field #288

Closed vinayaWD closed 6 years ago

vinayaWD commented 6 years ago

Hello,

I'm trying to integrate cropit with contact form 7, it is integrated but on browse complete image is not covering full area and also on resize image is going out of the box.

image1 image2

Below is my contact form 7 code :

<fieldset>
<div class="row input-row">
  <div class="col-sm-6"><div class="image-editor">[file photo class:cropit-image-input]<div class="cropit-preview"></div><div class="image-size-label">Resize image</div>
[range range class:cropit-image-zoom-input]
[hidden image-data class:hidden-image-data]</div></div></div>
</fieldset>

What should I do?