scottcheng / cropit

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

Giving animations before load in mobile phone #147

Open sidaurukfreddy opened 8 years ago

sidaurukfreddy commented 8 years ago

Hello Author, please repsond or just give suggestion for your plugin in here cause hard solved by myself ! quick question


<div class="image-editor">
                <input type="file" class="cropit-image-input">
                <div class="cropit-image-preview">
                    <div class="error-msg-users"></div>
                </div>
                <div class="image-size-label">
                  Resize image
                </div>
                <input type="range" class="cropit-image-zoom-input">
                <input type="hidden" name="image-data" class="hidden-image-data" />
                <input  style="display:none"  type="text" class="form-control"  name="id_product_post"   >
</div>

<div class="image-editor-users">
                <input type="file" class="cropit-image-input">
                <div class="cropit-image-preview-users">
                    <div class="error-msg-users"></div>
                </div>
                <div class="image-size-label">
                  Resize image
                </div>
                <input type="range" class="cropit-image-zoom-input">
                <input type="hidden" name="image-data" class="hidden-image-data" />
                <input  style="display:none"  type="text" class="form-control"  name="id_product_post"   >
              </div>

i digging your plugin but give up, your plugin didn't allow diffrent size by loook at jquery.croopit.js

 PREVIEW: 'cropit-image-preview', //line 927

how can i make multiple preview , please respond cause all people need it

Please help or suggestion