diff --git a/html/logo-bg-1.jpg b/html/logo-bg-1.jpg index 4acd348d1..fa3d77cfc 100644 Binary files a/html/logo-bg-1.jpg and b/html/logo-bg-1.jpg differ diff --git a/html/logo-bg-10.jpg b/html/logo-bg-10.jpg deleted file mode 100644 index d2289762c..000000000 Binary files a/html/logo-bg-10.jpg and /dev/null differ diff --git a/html/logo-bg-2.jpg b/html/logo-bg-2.jpg index 313600477..ac3aca0e7 100644 Binary files a/html/logo-bg-2.jpg and b/html/logo-bg-2.jpg differ diff --git a/html/logo-bg-3.jpg b/html/logo-bg-3.jpg index ff412818e..1c0323dee 100644 Binary files a/html/logo-bg-3.jpg and b/html/logo-bg-3.jpg differ diff --git a/html/logo-bg-4.jpg b/html/logo-bg-4.jpg index 095a56ad0..7896c35d8 100644 Binary files a/html/logo-bg-4.jpg and b/html/logo-bg-4.jpg differ diff --git a/html/logo-bg-5.jpg b/html/logo-bg-5.jpg index 3dc774b01..8868ae93e 100644 Binary files a/html/logo-bg-5.jpg and b/html/logo-bg-5.jpg differ diff --git a/html/logo-bg-6.jpg b/html/logo-bg-6.jpg index 5e001eb2b..102642be3 100644 Binary files a/html/logo-bg-6.jpg and b/html/logo-bg-6.jpg differ diff --git a/html/logo-bg-7.jpg b/html/logo-bg-7.jpg index cc8e0cc65..2bccf3230 100644 Binary files a/html/logo-bg-7.jpg and b/html/logo-bg-7.jpg differ diff --git a/html/logo-bg-8.jpg b/html/logo-bg-8.jpg index 70681c2fa..596dca98f 100644 Binary files a/html/logo-bg-8.jpg and b/html/logo-bg-8.jpg differ diff --git a/html/logo-bg-9.jpg b/html/logo-bg-9.jpg index 203f78b9f..3a2c80f2b 100644 Binary files a/html/logo-bg-9.jpg and b/html/logo-bg-9.jpg differ diff --git a/javascript/loader.js b/javascript/loader.js index 4fb85462f..a8fadeb92 100644 --- a/javascript/loader.js +++ b/javascript/loader.js @@ -3,7 +3,7 @@ const appStartTime = performance.now(); async function preloadImages() { const dark = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches; const imagePromises = []; - const num = Math.floor(10 * Math.random()); + const num = Math.floor(9.99 * Math.random()); const imageUrls = [ `file=html/logo-bg-${dark ? 'dark' : 'light'}.jpg`, `file=html/logo-bg-${num}.jpg`,