I'm having trouble with my background image on my page but just by accessing the mobile from Chrome or the default mobile browser, Mozilla Firefox from the mobile 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 link
and the full code here link