本帖最后由 twshe 于 2016-11-18 21:53 编辑
$iframe.attr("src", "http://123.com:8075/WebReport/img/"+filename);
var o = {
title:"图片【"+filename+"】",
width: 600,
height: 600,
};
FR.showDialog(o.title, o.width,o.height,$iframe,o);这个代码。。。打开的图片不能自动缩放。。。
怎么改这个代码,实现图片缩放呢?