JAVA工具
          JAVA使用軟件 開發工具
          posts - 87,  comments - 9,  trackbacks - 0
          var FitWidth = 250; //圖片適應寬度
          var FitHeight = 176; //圖片適應高度
          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;
          }
          }
          }
          }
          posted on 2011-10-27 20:50 王豪 閱讀(1349) 評論(0)  編輯  收藏 所屬分類: JQuery

          常用鏈接

          留言簿

          隨筆分類

          隨筆檔案

          搜索

          •  

          最新評論

          閱讀排行榜

          評論排行榜

          主站蜘蛛池模板: 丁青县| 惠水县| 建湖县| 黎川县| 新泰市| 互助| 龙川县| 巧家县| 兴隆县| 遵义市| 叶城县| 勃利县| 嵊州市| 台湾省| 襄城县| 天等县| 南阳市| 高青县| 定陶县| 湘潭市| 怀仁县| 巧家县| 墨竹工卡县| 佛冈县| 普宁市| 青州市| 开封县| 南安市| 铜川市| 贵阳市| 宝丰县| 丹阳市| 和平区| 台中县| 平阴县| 蒲江县| 漾濞| 宝坻区| 尉氏县| 封开县| 简阳市|