2017-08-10 108 views
0

我在我的主頁上放置了一個背景。它在所有瀏覽器上正確顯示,除了android chrome。這裏是我的CSS:Android chrome:具有「background-size:cover;」的背景

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; 
} 

這裏是我的主頁:

https://www.s1biose.com/

回答