feat: using image lazy loading

close: https://github.com/koreanbots/v2-testing/issues/52
This commit is contained in:
원더 2021-02-09 19:40:15 +09:00
parent 7b39640112
commit 5bf3ce07a7

View File

@ -16,6 +16,7 @@ const DiscordAvatar = (props: {
return (
<img
alt={props.alt ?? 'Image'}
loading='lazy'
className={props.className}
src={
KoreanbotsEndPoints.CDN.avatar(props.userID, { format: !webpUnavailable ? 'webp' : 'png', size: props.size ?? 256})