body{
background-image: url(../Img/php.jpg);
background-attachment: fixed;
background-size: 100% 100%!important;
}
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1">
background-size: cover;
en vez de
background-size: 100% 100%;