我正在创建一个视差bg,但bg图像没有覆盖全屏,任何人都可以告诉我如何解决它?这就是我所拥有的视差......
<style>
.parallax {
/* The image used */
background-image: url("rocket-2680282_1920 (1).jpg");
/* Set a specific height */
height: 1078px;
/* Create the parallax scrolling effect */
background-attachment: fixed;
background-position: initial;
background-repeat: no-repeat;
background-size: cover;
}
</style>
如果您想查看我的意思link
,请访问此网站