中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Jquery中壓縮圖像

發布時間:2020-07-25 10:09:24 來源:網絡 閱讀:330 作者:愛情89757 欄目:web開發

Jquery中壓縮圖像


<!DOCTYPE html>

<html>

<head>

<script src="/jquery/jquery-1.11.1.min.js">

</script>

<script>

function fixImage(img, w, h) {

    var newImg = new Image(); //獲得圖片的原始尺寸

    newImg.src = img.src;

    var lh;  //用于保存img.heightIE下隱藏的圖片讀取不到,需currentStyle解決

    if (newImg.width/newImg.height >= w/h) {

        if (newImg.width > w) {

            img.width = w;

            img.height = w * newImg.height / newImg.width;

            lh = window.ActiveXObject ? parseInt(img.currentStyle['height']) : img.height;

            img.style.marginTop = (h - lh)/2 + 'px';  //順手垂直居中

        } else {

            img.width = newImg.width;

            img.height = newImg.height;

            lh = window.ActiveXObject ? parseInt(img.currentStyle['height']) : img.height;

            img.style.marginTop = (h - lh)/2 + 'px';  //順手垂直居中

        }

    } else {

        if (newImg.height > h) {

            img.height = h;

            img.width = newImg.width * h / newImg.height;

        } else {

            img.width = newImg.width;

            img.height = newImg.height;

        }

    }

}

</script>

<body>


<p>

一幅圖像:

<img src="/i/eg_mouse.jpg" 40, 40)" ;/>

</body>

</html>


向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

陆河县| 北宁市| 农安县| 兴业县| 哈巴河县| 西畴县| 都匀市| 黄石市| 嘉义县| 天柱县| 曲沃县| 延安市| 阿坝县| 新疆| 青海省| 益阳市| 漾濞| 和龙市| 绥江县| 海淀区| 桦南县| 富锦市| 衢州市| 乐安县| 当涂县| 苏尼特右旗| 玉环县| 凌海市| 英吉沙县| 黔西县| 康定县| 奉新县| 隆林| 沿河| 利川市| 将乐县| 伊宁县| 紫金县| 五家渠市| 婺源县| 温宿县|