diff --git a/assets/js/script.js b/assets/js/script.js index 08f277d814cdf1a63dcce2cc3fd8f7ec296baf7c..cd3d732a8ca9ca3e92bae7399cef78a88111c969 100644 --- a/assets/js/script.js +++ b/assets/js/script.js @@ -35,7 +35,8 @@ 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: '200px 0px', threshold: 0.01 + rootMargin: '150px 0px', + threshold: 0.01 }; // The observer for the images on the page diff --git a/index.html b/index.html index c62bd8c49e4793a000d385487cf3575c84eb9e65..1d479458371364377f108e69dae7da818c6be26b 100644 --- a/index.html +++ b/index.html @@ -140,7 +140,8 @@ 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: '200px 0px', threshold: 0.01 + rootMargin: '150px 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 6a27750b4c30a9dbe45d5f2fd44457ca1739c218..48dc801e684405f703ee48b146857a5835536c81 100644 --- a/privacy-policy/index.html +++ b/privacy-policy/index.html @@ -136,7 +136,8 @@ 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: '200px 0px', threshold: 0.01 + rootMargin: '150px 0px', + threshold: 0.01 }; // The observer for the images on the page diff --git a/releases/index.html b/releases/index.html index 27a00ad970161e4ba742f7b6a2c3fac317e24f9a..76e00644b66d9246dd99cd17f720f470d7e27841 100644 --- a/releases/index.html +++ b/releases/index.html @@ -132,7 +132,8 @@ 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: '200px 0px', threshold: 0.01 + rootMargin: '150px 0px', + threshold: 0.01 }; // The observer for the images on the page