Add lazy loading img and fix friend ranking

This commit is contained in:
cuom1999 2024-04-14 00:23:14 -05:00
parent 4a2bc46206
commit 86815fb460
10 changed files with 11 additions and 11 deletions

View file

@ -1,6 +1,6 @@
<li class="message" id="message-{{ message.id }}" message-id="{{ message.id }}">
<a href="{{ url('user_page', message.author.username) }}">
<img src="{{ gravatar(message.author, 135) }}" class="profile-pic user-img">
<img loading="lazy" src="{{ gravatar(message.author, 135) }}" class="profile-pic user-img">
</a>
<div class="body-message">
<div class="user-time">