标签: dropzone.js
在dropzone.js中,我们可以指定resizeWidth或resizeHeight,以便在客户端调整图像尺寸的同时保持宽高比。
dropzone.js
resizeWidth
resizeHeight
Dropzone.js reference
但是,如果我们同时指定了两者,则只能包含或裁剪。
我为什么要把图像包含在一个框内,例如1024x1024像素,而同时保持宽高比呢?