forget about making it sticky background
Just make it fixed at 100% width, and add a fallback background color for now
diff --git a/css/style.css b/css/style.css
index 20e0429..bb20dd5 100644
--- a/css/style.css
+++ b/css/style.css
@@ -4,21 +4,12 @@
body {
font-family: "Comfortaa", Helvetica, Arial, sans-serif;
line-height: 1.4;
- /* background-color: #0080ff; */
- background: url("../images/innaarsuit_oli_2018186_lrg.jpg") no-repeat center center;
- background-repeat: no-repeat;
- background-attachment: fixed !important;
- /* background-position: center !important; */
- /* background-size: cover !important; */
- background-width: contain !important;
- -webkit-background-size: cover;
- -moz-background-size: cover;
- -o-background-size: cover;
- background-size: cover;
- /* Preserve aspet ratio */
- min-width: 100%;
- min-height: 100%;
- background-attachment: fixed;
+ background: url("../images/innaarsuit_oli_2018186_lrg.jpg") no-repeat center center fixed;
+ background-color: #0080ff;
+ width: 100%;
+ position: absolute;
+ top: 0;
+ left: 0;
}
#bg {