forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-04 17:25:43 -06:00
parent d41b562690
commit e62cc2cb5c
1 changed files with 2 additions and 2 deletions

View File

@ -407,9 +407,9 @@
{% for p in listing %}
<div style="display:none" id="popover-{{p.id}}">
<div class="popover-user-profile" role="tooltip">
<img class="w-full h-64 object-cover" src="{{p.author.banner_url}}">
<img loading="lazy" class="w-full h-64 object-cover" src="{{p.author.banner_url}}">
<div class="flex align-items-end px-3 mt-n6 mb-3">
<img class="avatar-72 rounded img-thumbnail shadow-sm" src="{{p.author.profile_url}}">
<img loading="lazy" class="avatar-72 rounded img-thumbnail shadow-sm" src="{{p.author.profile_url}}">
<div class="px-3 text-truncate">
<h5 class="text-truncate text-black">{{p.author.username}}</h5>
</div>