<لغة البرنامج النصي=جافا سكريبت>
var proMaxHeight = 150;
فار بروماكسويدث = 110؛
وظيفة برودوونإيماج (إيمغد) {
var image=new Image();
image.src=ImgD.src;
إذا(image.width>0 && image.height>0){
معدل فار = (proMaxWidth/image.width < proMaxHeight/image.height)?proMaxWidth/image.width:proMaxHeight/image.height;
إذا (معدل <= 1) {
ImgD.width = image.width*rate;
ImgD.height =image.height*rate;
}
آخر {
ImgD.width = image.width;
ImgD.height =image.height;
}
}
}
</script>