Android chrome:背景“background-size:cover;”

时间:2017-08-10 17:41:41

标签: css themes

我在主页上添加了背景信息。它在除了android chrome之外的所有浏览器上都能正确显示。这是我的css:

body.path-frontpage {
    background-image: url("/themes/contrib/bootstrap_subtheme_front_office/images/background.svg");
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

这是我的主页:

https://www.s1biose.com/

1 个答案:

答案 0 :(得分:0)

我不久前遇到了同样的问题。我在html中使用thr inline样式修复它。除此之外,我还找到了一个帖子,让人们发布他们解决这个问题的方法我认为你也应该检查一下!

background-size: cover not working in portrait on Android tablet