After applying these CSS rules, everything looks great on desktop and Firefox mobile:
body{
background: url(../img/home-background.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
background-size: cover;
}
However, when viewing on mobile webkit browsers like Safari and Chrome, the image appears distorted with zoom.
https://i.sstatic.net/9ea5W.png https://i.sstatic.net/bdPRU.png