This commit is contained in:
2023-06-24 10:06:52 +02:00
parent 87b8317c90
commit b960d35a58
5 changed files with 75 additions and 23 deletions

View File

@ -39,7 +39,7 @@
<picture>
{@html sourceSetHtml}
<img src={account.avatar} alt={avatarDescription} loading="lazy" />
<img src={account.avatar} alt={avatarDescription} loading="lazy" width="50" height="50" />
</picture>
<style>