From: Faris Date: Mon, 2 Oct 2023 16:23:02 +0000 (-0400) Subject: add lazy loading for images X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3a90e0f7f2b62bc60a7f5a98ecbb31fe2a7870e7;p=friendica.git add lazy loading for images --- diff --git a/view/templates/content/image.tpl b/view/templates/content/image.tpl index 00b1aac100..81fad073cd 100644 --- a/view/templates/content/image.tpl +++ b/view/templates/content/image.tpl @@ -1,5 +1,5 @@ {{if $image.preview}} -{{$image.attachment.description}} +{{$image.attachment.description}} {{else}} -{{$image.attachment.description}} +{{$image.attachment.description}} {{/if}}