summaryrefslogtreecommitdiff
path: root/system/emotes/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'system/emotes/index.php')
-rw-r--r--system/emotes/index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/emotes/index.php b/system/emotes/index.php
index d2ac1f8..866eb0e 100644
--- a/system/emotes/index.php
+++ b/system/emotes/index.php
@@ -82,7 +82,7 @@ if (isset($_GET["id"])) {
<?php
foreach ($emote_results as $row) {
echo '<a href="/system/emotes?id=' . $row["id"] . '">';
- echo '<img src="/static/userdata/emotes/' . $row["id"] . '/1x.webp">';
+ echo '<img src="/static/userdata/emotes/' . $row["id"] . '/1x.webp" loading="lazy">';
echo '<b>' . $row["code"] . '</b>';
echo '<span style="font-size:10px;"> by ';
@@ -126,7 +126,7 @@ if (isset($_GET["id"])) {
for ($size = 1; $size < 4; $size++) {
echo '<div class="column items-center small-gap">';
- echo '<img src="/static/userdata/emotes/';
+ echo '<img loading="lazy" src="/static/userdata/emotes/';
echo $emote["id"];
echo "/{$size}x.webp\"";
echo 'title="' . $emote["code"] . '" />';