From d744a3b7018f157229789b9f26f570c1ff0cb2d3 Mon Sep 17 00:00:00 2001 From: Bratonien Cosplay Date: Sun, 9 Nov 2025 22:09:52 +0100 Subject: [PATCH] fehlerkorrektur background.js --- adventskalender/2025/js/background.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adventskalender/2025/js/background.js b/adventskalender/2025/js/background.js index 2b979f7..ea40a72 100644 --- a/adventskalender/2025/js/background.js +++ b/adventskalender/2025/js/background.js @@ -50,7 +50,7 @@ if (!picture || !img || !sources) return; - const breakpoints = [420, 768, 1024, 1280, 1600, 1920, 2560, 3840]; + const breakpoints = [420, 768, 1024, 1366, 1600, 1920, 2560, 3840]; // === für AVIF und WebP aktualisieren === sources.forEach(source => {