0
我有640瓦和960小時的背景,我使用下面的代碼。我的背景顯示,但它在右側切斷並顯示15%的灰色背景。在JQuery Mobile 1.1.1中顯示全屏幕背景
如果我更改爲背景大小:100%100%,背景延伸。有任何想法嗎。背景大小:蓋還可以進行擴展
body {
background-image: url(images/splash_bk.png);
background-repeat:no-repeat;
background-attachment:fixed;
/*background-size:100% 100%;*/
background-size:contain;
margin:0;
padding:0;
}
感謝,但背景大小:蓋也不起作用。它縮放背景並延伸它 – hershey
什麼樣的智能手機用於測試 – bonTuyau
iPhone 4s和iPAD3 – hershey