Ixtiyar
Ixtiyar
KPCKevin Powell - Community
Created by Ixtiyar on 9/28/2024 in #front-end
Background image not covering the whole page in mobile Chrome browser.
did not work with or without 100lvh or 100% still jumping 😔
html {
height: 100lvh;
background-image: url('assets/destination/background-destination-desktop.jpg');
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
overflow-x: hidden;
}
html {
height: 100lvh;
background-image: url('assets/destination/background-destination-desktop.jpg');
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
overflow-x: hidden;
}
6 replies
KPCKevin Powell - Community
Created by Ixtiyar on 9/28/2024 in #front-end
Background image not covering the whole page in mobile Chrome browser.
Putting what background image or 100lvh ?
6 replies