当前位置: 代码迷 >> Web前端 >> plupload图片缩略图有关问题
  详细解决方案

plupload图片缩略图有关问题

热度:120   发布时间:2012-11-23 22:54:33.0
plupload图片缩略图问题

plupload 上传默认图片已缩略图形式,只须改配置即可。

?

在 uploader = new plupload.Uploader 里去掉 width,height

?

resize : {width : 320, height : 240, quality : 90}