[frontend/components] Lazy load InlineEmoji custom emojis

This commit is contained in:
pancakes 2024-12-02 19:47:41 +10:00 committed by Laura Hausmann
parent d14a544dcf
commit 1d9f79046d
No known key found for this signature in database
GPG key ID: D044E84C5BE01605

View file

@ -4,7 +4,7 @@
} }
else else
{ {
<img class="custom-reaction @(Hover ? "hover" : "") @(Wide ? "wide" : "")" style="font-size: @Size" src="@Url" alt="@Name"/> <img class="custom-reaction @(Hover ? "hover" : "") @(Wide ? "wide" : "")" style="font-size: @Size" src="@Url" alt="@Name" loading="lazy"/>
} }
@code { @code {