Hi David,
Thanks for your quick response.
Yes, this is the code:
.container-parallax-img{
height:500px;
width:100%;
background-attachment:fixed;
background-repeat:no-repeat;
background-size:cover;
background-position:center;
background-image: url(“X.jpg”);
display:flex;
align-items:center;
justify-content:center;
flex-direction:column;
-webkit-backface-visibility:hidden;
}
I see perfectly in my laptop, but it does’nt work on mobile device. Also I did it throught the GPBlocks and the result is the same: It works for laptop but not for mobile devices. I don’t know what can I do.