背景img缩放iOS

时间:2018-02-14 14:53:09

标签: ios css3

我是一名初级网络开发人员,我的横幅背景图片无法在ios设备上正常显示。这是我的CSS

.banner-section {
  height: 100vh;
  background: url('../assets/img/paul_bh.png') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: var(--leo-blue);
}
有没有解决这个问题,提前谢谢,repo和gh页面在下面..

https://github.com/alsmith808/leonid

https://alsmith808.github.io/leonid/

1 个答案:

答案 0 :(得分:0)

只是想一想,也许可以尝试添加:

{{1}}

我在这里阅读:https://css-tricks.com/using-flexbox/