diff --git a/assets/js/script.js b/assets/js/script.js
index a40800cf489629ef1b0ad8e53332a06d47e239da..08f277d814cdf1a63dcce2cc3fd8f7ec296baf7c 100644
--- a/assets/js/script.js
+++ b/assets/js/script.js
@@ -35,7 +35,7 @@ document.addEventListener("DOMContentLoaded", () => {
   const images = document.querySelectorAll('img[data-src]');
   const config = {
     // If the image gets within 50px in the Y axis, start the download.
-    rootMargin: '400px 0px', threshold: 0.01
+    rootMargin: '200px 0px', threshold: 0.01
   };
 
 // The observer for the images on the page
diff --git a/index.html b/index.html
index 237ffbf36bf6f8116188f8ac748844e5a574f597..c62bd8c49e4793a000d385487cf3575c84eb9e65 100644
--- a/index.html
+++ b/index.html
@@ -140,7 +140,7 @@ or just look fancy.</p></div><div class="nine wide column"><div class="ui one do
   const images = document.querySelectorAll('img[data-src]');
   const config = {
     // If the image gets within 50px in the Y axis, start the download.
-    rootMargin: '400px 0px', threshold: 0.01
+    rootMargin: '200px 0px', threshold: 0.01
   };
 
 // The observer for the images on the page
diff --git a/privacy-policy/index.html b/privacy-policy/index.html
index bb90df961a37eb13c959e7a743a19a4fdea42daa..6a27750b4c30a9dbe45d5f2fd44457ca1739c218 100644
--- a/privacy-policy/index.html
+++ b/privacy-policy/index.html
@@ -136,7 +136,7 @@ server, and cannot be policed by us.
   const images = document.querySelectorAll('img[data-src]');
   const config = {
     // If the image gets within 50px in the Y axis, start the download.
-    rootMargin: '400px 0px', threshold: 0.01
+    rootMargin: '200px 0px', threshold: 0.01
   };
 
 // The observer for the images on the page
diff --git a/releases/index.html b/releases/index.html
index 7f9a8d9306d0420b579c746441c523d7a2cab8bb..27a00ad970161e4ba742f7b6a2c3fac317e24f9a 100644
--- a/releases/index.html
+++ b/releases/index.html
@@ -132,7 +132,7 @@ Alpha versions are available <a href="https://s3.kuschku.de/minio/releases/quass
   const images = document.querySelectorAll('img[data-src]');
   const config = {
     // If the image gets within 50px in the Y axis, start the download.
-    rootMargin: '400px 0px', threshold: 0.01
+    rootMargin: '200px 0px', threshold: 0.01
   };
 
 // The observer for the images on the page