背景图片在移动设备上无法正确缩放

时间:2020-05-06 19:28:06

标签: html css background background-image

我有这张背景图片。它可以正常工作,并且可以在台式机和平板电脑上正确地垂直填满整个屏幕。但是,当它开始移动时,它开始缩小尺寸并穿上这些讨厌的白条。

enter image description here

这是CSS:

html {
  /* The image used */
  background-image: url("../../assets/imgs/MenuBackground1.png");

  /* Full height */
  height: 100%; 

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;


}

1 个答案:

答案 0 :(得分:0)

尝试将背景大小更改为100%