fehlerkorrektur background.js

This commit is contained in:
2025-11-09 22:09:52 +01:00
parent e2e1001749
commit d744a3b701

View File

@@ -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];
// === <source> für AVIF und WebP aktualisieren ===
sources.forEach(source => {