志贤堂画廊www.zhixiantang.net收藏、交流、鉴赏名家字画
详细信息
Copyright © 2012 - 2014 All Rights Reserved 版权所有:志贤堂画廊
电话:13970876201 传真: 手机:13970876201 地址:江西省进贤县李渡益康大道181号 邮件:1816549504@qq.com 网址:www.zhixiantang.net
var FitWidth = 500;var FitHeight = 500;function ResizePic(ImgTag){ var image = new Image(); image.src = ImgTag.src; if(image.width>0 && image.height>0){ if(image.width/image.height >= FitWidth/FitHeight){ if(image.width >FitWidth){ ImgTag.width = FitWidth; ImgTag.height = (image.height*FitWidth)/image.width; } else{ ImgTag.width = image.width; ImgTag.height = image.height; } } else{ if(image.height >FitHeight){ ImgTag.height = FitHeight; ImgTag.width = (image.width*FitHeight)/image.height; } else{ ImgTag.width = image.width; ImgTag.height = image.height; } } }}