`
xunSir.lee
  • 浏览: 45243 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论
文章列表
function scaleImage(ImgD, FitWidth, FitHeight){ var width = ImgD.width, height = ImgD.height; var w = width / FitWidth, h = height / FitHeight; if (w >= h) { //宽度固定,高度缩放 ImgD.width = FitWidth; ImgD.height= height / w; jQuery(ImgD).css("margin-top&qu ...
Global site tag (gtag.js) - Google Analytics