I have the following CSS in order to get an image on my page background, and a color around it.
#home{text-align:center;background:Red url('/Content/image.png') no-repeat fixed center;}
When I run it on my computer with any browser (I prefer Chrome), everything is fine. However, when I open the website on my phone (also using Chrome), I only see the background color, not the image. However, as soon as I remove the center part (background position), I can see it.
Any idea?