Parallax problem since update
Since Update Parallaxs than when we descend into the page and lets the background color.
element.style {
I think it comes from the background-position: 50% 382px
when it should be 50% to 50% right?
element.style {
padding-top: 60px;
padding-bottom: 60px;
background-image: url("...");
background-attachment: fixed;
background-size: cover;
background-position: 50% 382px;
background-repeat: no-repeat;
Exemple error : translate image : when i scroll he shift
Comments