Guys, I got such a thing ... There are
.big_background { width: 110%; height: 110vh; 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); }
The problem is only in mobile Chrome ... When scrolling, the top panel disappears (probably a chrome feature), and the screen height changes accordingly (as I understand it) and the picture jumps ... What can you think of to fix this? Or somehow come with a picture or with this panel ... BUT! the background should be fixed, and the text roll ...
Shl. https://css-tricks.com/examples/FullPageBackgroundImage/progressive.php As an example