diff --git a/startpage.html b/startpage.html
index 7b7c700..446b1c5 100644
--- a/startpage.html
+++ b/startpage.html
@@ -1737,6 +1737,7 @@
document.getElementById("wallpaperRepeatToggle").checked = true;
} else {
document.body.style.backgroundSize = "cover";
+ document.body.style.backgroundPosition = "center";
}
/* init audio + auto-play */
@@ -2018,6 +2019,7 @@
} else {
document.body.style.backgroundSize = "cover";
+ document.body.style.backgroundPosition = "center";
document.body.style.backgroundRepeat = "no-repeat";
}
}