我正在使用此插件https://github.com/scottcheng/cropit。
问题在于:
我试过了:
<div class="cover-editor">
<input type="file" class="cropit-image-input">
<div style="width:400; height:225px"> // I put this so the preview won't bigger than this but still no luck
<div class="cropit-preview"></div>
</div>
<div class="image-size-label">
Resize image
</div>
<input type="range" class="cropit-image-zoom-input">
<input type="hidden" name="cover" class="cover"/>
</div>
如果我设置
$('.cover-editor').cropit({width: 400, height: 225});
结果图像为400 * 225。
JSFiddle:https://jsfiddle.net/e6cakyxq/
有可能吗?