From 5b60b2c611f6e6b4f2fd35fecf0c3282118d20ac Mon Sep 17 00:00:00 2001 From: Kentai Radiquum Date: Sun, 2 Feb 2025 23:40:08 +0500 Subject: [PATCH] forgot... --- src/static/imagePageUtils.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/static/imagePageUtils.js b/src/static/imagePageUtils.js index c9d978f..db7639b 100644 --- a/src/static/imagePageUtils.js +++ b/src/static/imagePageUtils.js @@ -40,6 +40,7 @@ function renderImage(endpoint, bucket, prefix, isrc, placeholder) { const Img = document.createElement("img"); blurImg.src = `https://wsrv.nl/?url=${encodeURI(src)}&w=16&h=16`; blurImg.className = "object-cover w-full h-full absolute inset-0"; + blurImg.alt = `Loading: ${isrc}` Img.dataset.hi = "fit"; Img.src = `https://wsrv.nl/?url=${encodeURI(src)}`; Img.className = "invisible w-full h-full object-contain";