Answer the question
In order to leave comments, you need to log in
Top bar in Chrome?
Guys, I got such a thing ...
There is
.big_background {
width: 110%;
min-height: 110vh;
background-image: url("../img/big_gb.jpg");
background-position: center -10px;
background-repeat: no-repeat;
background-size: cover;
position: fixed;
top: 0;
left: 0;
z-index: -1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
Answer the question
In order to leave comments, you need to log in
In my opinion (my personal opinion) it is enough to prescribe here only:
.big_background {
width: 100vh;
height: 100vh;
background-image: url("../img/big_gb.jpg");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question