我在我的桌面上導航到我的移動網站的位置。 (例如www.mysite.com/m/index.html)。在我的桌面上,圖像看起來完全符合我的要求,在移動設備上它完全不顯示。這裏有人能告訴我可能發生的原因嗎?這是與圖像相關的CSS。我有一個背景圖片,不會顯示在手機上,即使它顯示在桌面上
#mlogo {
background-image: url(/m/mobileimages/mobilelogo.jpg);
background-size: 100% 100%;
background-position:top;
position: relative;
width:100%;
height:171px;
text-align:center;
}
我嘗試了一個星系4和iphone 6 ....既不顯示圖像。
圖像是大 –
img是538寬度171高度 – user2585548