We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7fe836 commit 6294d71Copy full SHA for 6294d71
1 file changed
src/pages/index.html
@@ -223,6 +223,8 @@ <h3>{{ safeish name }}</h3>
223
const avatar = document.createElement("img");
224
avatar.classList.add("avatar");
225
avatar.src = member.avatar_url + "?size=16";
226
+ avatar.width = 16;
227
+ avatar.height = 16;
228
avatar.setAttribute("data-status", member.status);
229
user.appendChild(avatar);
230
0 commit comments