JavaScript计算与Firefox不同的图像尺寸(?)

时间:2015-03-01 21:52:09

标签: javascript image firefox height width

我在网页上有一张已调整大小的图片。 javascript行返回的高度:

alert(document.getElementById("myimg").height);

alert(document.getElementById("myimg").clientHeight);

与Firefox返回的(正确)不同(右键单击 - >查看图像信息)。宽度相同。 如何强制JavaScript计算图像尺寸为Firefox?

1 个答案:

答案 0 :(得分:0)