fix binkies on ladybird
All checks were successful
/ build (push) Successful in 1m29s

This commit is contained in:
Soph :3 2025-11-17 16:51:07 +02:00
parent 6e7e5784b8
commit 12e60f635d

View file

@ -57,6 +57,8 @@ binky.forEach((z, i) => {
img.src = `/assets/binkies/${g}`; img.src = `/assets/binkies/${g}`;
img.alt = `!! binkie !!`; img.alt = `!! binkie !!`;
img.style.imageRendering = "pixelated"; img.style.imageRendering = "pixelated";
img.width = 88;
img.height = 31;
binkies.appendChild(img); binkies.appendChild(img);
}); });
return; return;