2
I’m having problem with my background image on my page but only accessing from mobile by Chrome or mobile default browser, Mozilla Firefox phone works perfectly.
body{
background-image: url('/assets/img/background.jpg');
background-position: top center;
background-repeat: no-repeat;
background-attachment: fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
max-width: 100%;
width: auto;
height: auto;
overflow: hidden;
display: block;
}
You can access my page here to check https://anacvignola.github.io/
and the complete code here https://github.com/anacvignola/anacvignola.github.io
Describe the problem in the question, not in an external link.. Facilitates the visualization of the problem by those who want to help and avoids problems, if for example the links are removed.
– Andrey