色尼玛亚洲综合影院,亚洲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 圖片縮放(按比例)控制代碼,轉載需保留來源!

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

主站蜘蛛池模板: 南昌县| 巫溪县| 桂林市| 米泉市| 陆河县| 静安区| 清徐县| 龙川县| 石景山区| 莎车县| 翁源县| 阜南县| 西安市| 确山县| 镇康县| 苏尼特左旗| 锦州市| 华容县| 潞西市| 东乡族自治县| 工布江达县| 新化县| 庄河市| 盐山县| 香河县| 澎湖县| 桐梓县| 汝阳县| 宿迁市| 南木林县| 临邑县| 达州市| 永定县| 华亭县| 东辽县| 宜兴市| 天等县| 施秉县| 景泰县| 杂多县| 潼南县|