摘要:
<!--//图片按比例缩放var flag=false;function FormatImage(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; Img 阅读全文
posted @ 2011-06-21 09:26
youngff
阅读(334)
评论(0)
推荐(0)