diff --git a/app.js b/app.js new file mode 100644 index 0000000..250abad --- /dev/null +++ b/app.js @@ -0,0 +1,13 @@ +if(window.innerWidth > 1200) { + let images = document.querySelectorAll("img"); + for (let i = 0; i < images.length; i++) { + let image = images[i]; + + // Lazy load UHD images + image.onload = () => { + if(image.src.includes("-1080P")) { + image.src = image.src.replace("-1080P", "-UHD"); + } + } + } +} \ No newline at end of file diff --git a/bausystem-features.html b/bausystem-features.html index 58f7f58..95664ed 100644 --- a/bausystem-features.html +++ b/bausystem-features.html @@ -30,6 +30,8 @@ + +
@@ -125,14 +127,16 @@
Smartplace kann mit /smartplace
aktiviert und deaktiviert werden. Dies wird für dich auf allen Baus
umgestellt. Wenn du nun rotierbare Blöcke wie Pistons, Observer und andere platzieren willst, werden diese wenn man
- gleichzeitig sneaked anders rum platziert. Wenn du Blöcke mit Inventar an selbige Blöcke platzierst brauchst du
+ gleichzeitig sneaked andersrum platziert. Wenn du Blöcke mit Inventar an selbige Blöcke platzierst brauchst du
dafür kein sneaken mehr.