【问题标题】:Android chrome : Background with "background-size: cover;"Android chrome:带有“背景尺寸:封面;”的背景
【发布时间】:2018-01-19 02:09:45
【问题描述】:

我在我的主页上放了一个背景。它可以在除 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/

【问题讨论】:

    标签: css themes


    【解决方案1】:

    不久前我遇到了同样的问题。我通过在 html 中使用 thr 内联样式来修复它。除此之外,我还发现了一个线程,人们在其中发布了解决此问题的方法,我认为您也应该检查一下!

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

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2017-05-15
      • 1970-01-01
      • 1970-01-01
      • 2016-02-26
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多