diff --git a/include/functions.php b/include/functions.php index ce8a07d51..411ba3995 100644 --- a/include/functions.php +++ b/include/functions.php @@ -1282,6 +1282,7 @@ if ($entry->nodeName == 'img') { $entry->setAttribute('referrerpolicy', 'no-referrer'); + $entry->setAttribute('loading', 'lazy'); $entry->removeAttribute('width'); $entry->removeAttribute('height');