aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/direntry.tpl
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2020-10-22 18:54:21 +0000
committerMario <mario@mariovavti.com>2020-10-22 18:54:21 +0000
commit75a73be60c97597f93a67a4ecd412daed06cd744 (patch)
treeb53c128740b8f63963a8cd62d65cb4034269de9b /view/tpl/direntry.tpl
parent690874fc6e2cf399fe0808ba9d52ff67951266fd (diff)
downloadvolse-hubzilla-75a73be60c97597f93a67a4ecd412daed06cd744.tar.gz
volse-hubzilla-75a73be60c97597f93a67a4ecd412daed06cd744.tar.bz2
volse-hubzilla-75a73be60c97597f93a67a4ecd412daed06cd744.zip
lazy/eager loading and minor css fixes
Diffstat (limited to 'view/tpl/direntry.tpl')
-rwxr-xr-xview/tpl/direntry.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/direntry.tpl b/view/tpl/direntry.tpl
index 175d813c5..015f1102d 100755
--- a/view/tpl/direntry.tpl
+++ b/view/tpl/direntry.tpl
@@ -23,7 +23,7 @@
<div class="contact-photo-wrapper" id="directory-photo-wrapper-{{$entry.hash}}" >
<div class="contact-photo" id="directory-photo-{{$entry.hash}}" >
<a href="{{$entry.profile_link}}" class="directory-profile-link" id="directory-profile-link-{{$entry.hash}}" >
- <img class="directory-photo-img" src="{{$entry.photo}}" alt="{{$entry.alttext}}" title="{{$entry.alttext}}" />
+ <img class="directory-photo-img" src="{{$entry.photo}}" alt="{{$entry.alttext}}" title="{{$entry.alttext}}" loading="lazy"/>
</a>
</div>
</div>