diff --git a/web/static/index.html b/web/static/index.html
index 41e67f9..03e0a19 100644
--- a/web/static/index.html
+++ b/web/static/index.html
@@ -9,10 +9,16 @@
padding: 0;
}
+ html {
+ height: 100%;
+ }
+
+
/* Stretch the background image to cover the entire page */
body {
+ min-height: 100%;
background-image: url(http://localhost:8082/image.jpg);
- background-size: cover;
+ background-size: 100% 100%;
background-repeat: no-repeat;
}