[RSS Feed/News] Resource icons are not lazy-loading

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
\XFRM\Template\TemplateSetup::fnResourceIcon

PHP:

Code:
return "<{$tag} {$hrefAttr} class=\"avatar avatar--{$size}\"{$attributesString}>"
        . '<img src="' . htmlspecialchars($src) . '" alt="' . htmlspecialchars($resource->title) . '" />'
        . "</{$tag}>";
is is missing loading="lazy"

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom