日韩av黄I国产麻豆传媒I国产91av视频在线观看I日韩一区二区三区在线看I美女国产在线I麻豆视频国产在线观看I成人黄色短片

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 >

html背景过大,html – CSS – 背景大小:封面太大了

發布時間:2025/3/20 40 豆豆
生活随笔 收集整理的這篇文章主要介紹了 html背景过大,html – CSS – 背景大小:封面太大了 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

當我嘗試使用具有固定位置的background-size:cover屬性時,我的圖像變得太大,并被裁剪.我希望它與原始圖像的大小相同,但我無法弄清楚這一點.我試圖保持圖像的影響保持原位.#wrapper {

width:100%;

height:580px;

background-image:url('http://www.myorderdesk.com/Providers/206190/Files/31/full_width_image_1.jpg');

background-position: center center;

background-attachment:fixed;

background-repeat: no-repeat;

background-size: 100% 100%;

/*background-size:cover;*/

-webkit-transition: background-image 0.4s;

-moz-transition: background-image 0.4s;

-ms-transition: background-image 0.4s;

-o-transition: background-image 0.4s;

transition: background-image 0.4s;

overflow: hidden;

-webkit-font-smoothing: subpixel-antialiased;

}

這是我的Demo

最佳答案 試試這個覆蓋:#wrapper {

background-size:contain;

}

總結

以上是生活随笔為你收集整理的html背景过大,html – CSS – 背景大小:封面太大了的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。