This commit is contained in:
parent
6e7e5784b8
commit
12e60f635d
1 changed files with 2 additions and 0 deletions
|
|
@ -57,6 +57,8 @@ binky.forEach((z, i) => {
|
|||
img.src = `/assets/binkies/${g}`;
|
||||
img.alt = `!! binkie !!`;
|
||||
img.style.imageRendering = "pixelated";
|
||||
img.width = 88;
|
||||
img.height = 31;
|
||||
binkies.appendChild(img);
|
||||
});
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue