色尼玛亚洲综合影院,亚洲3atv精品一区二区三区,麻豆freexxxx性91精品,欧美在线91

js 圖片縮放(按比例)控制代碼

縮放代碼:
復制代碼 代碼如下:
縮放代碼:
<script type="text/Javascript">
//圖片按比例縮放
var flag = false;
function DrawImage(ImgD, iwidth, iheight) {
//參數(圖片,允許的寬度,允許的高度)
var image = new Image();
image.src = ImgD.src;
if (image.width > 0 && image.height > 0) {
flag = true;
if (image.width / image.height >= iwidth / iheight) {
if (image.width > iwidth) {
ImgD.width = iwidth;
ImgD.height = (image.height * iwidth) / image.width;
} else {
ImgD.width = image.width;
ImgD.height = image.height;
}
ImgD.alt = image.width + "×" + image.height;
}
else {
if (image.height > iheight) {
ImgD.height = iheight;
ImgD.width = (image.width * iheight) / image.height;
} else {
ImgD.width = image.width;
ImgD.height = image.height;
}
ImgD.alt = image.width + "×" + image.height;
}
}
}
</script>
頁面代碼:
<img onload="Javascript:DrawImage(this,89,63)" src="http://www.jb51.NET/images/logo.gif" width="89" height="63" border="0" />
覺得不錯的發個言!


頁面代碼:
1. <img onload="Javascript:DrawImage(this,89,63)" src="http://www.baidu.com/img/baidu_logo.gif" width="89" height="63" border="0" />
覺得不錯的發個言!

JavaScript技術js 圖片縮放(按比例)控制代碼,轉載需保留來源!

鄭重聲明:本文版權歸原作者所有,轉載文章僅為傳播更多信息之目的,如作者信息標記有誤,請第一時間聯系我們修改或刪除,多謝。

主站蜘蛛池模板: 青铜峡市| 景宁| 休宁县| 增城市| 宁陕县| 青岛市| 永安市| 道真| 当雄县| 霍山县| 梅河口市| 马边| 方山县| 江西省| 九寨沟县| 海原县| 河北区| 阿坝| 邢台市| 青铜峡市| 乌兰察布市| 华阴市| 合江县| 文成县| 微博| 南充市| 张家港市| 县级市| 盱眙县| 武穴市| 佛山市| 安西县| 缙云县| 长汀县| 自贡市| 惠州市| 石棉县| 仁怀市| 襄樊市| 长岛县| 芷江|