fehlerkorrektur background.js
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user