Fix attachment scaling.

This commit is contained in:
Paul
2021-07-10 15:21:35 +01:00
parent 92fed40e40
commit 9846262e8b
9 changed files with 164 additions and 111 deletions

View File

@@ -61,8 +61,9 @@ export default function ServerIcon(
{...imgProps}
width={size}
height={size}
aria-hidden="true"
src={iconURL}
loading="lazy"
aria-hidden="true"
/>
);
}