I put a background on my homepage. It is correctly displayed on all browsers except on android chrome. Here is my css :
body.path-frontpage {
background-image: url("/themes/contrib/bootstrap_subtheme_front_office/images/background.svg");
background-attachment: fixed;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
Here is my homepage :