JS 代码(随便放哪里):
<لغة البرمجة = "جافا سكريبت">
<!--
فار العلم=خطأ;
وظيفة DrawImage(ImgD){
var image=new Image();
image.src=ImgD.src;
إذا(image.width>0 && image.height>0){
العلم = صحيح؛
إذا (image.width/image.height>= 180/110){
إذا(image.width>180){
ImgD.width=180;
ImgD.height=(image.height*110)/image.width;
}آخر{
ImgD.width=image.width;
ImgD.height=image.height;
}
/*ImgD.alt="bigpic" */
}
آخر{
إذا (الصورة. الارتفاع> 110) {
ImgD.height=110;
ImgD.width=(image.width*110)/image.height;
}آخر{
ImgD.width=image.width;
ImgD.height=image.height;
}
/*ImgD.alt="bigpic" */
}
}
}
//-->
</script>
الصورة التالية:
<img src="图片" border=0 width="180" height="110" onload="javascriptrawImage(this);">
width = "180" height = "110"很难看的. JS 里改,这里也作相应的改.
图不会变形,只会按比列缩,放心