Parallax problem since update

edited January 2016 in Updates & Changelog
Since Update Parallaxs than when we descend into the page and lets the background color.

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 shiftimage

Comments

Sign In or Register to comment.