• Resolved drumstick

    (@drumstick)


    Loading lazy on images is missing and I wonder where in the files can I add it manually?

    I tried to add in in media.php in:

    $html = ‘<img loading=”lazy” ‘ . $hwstring; foreach ( $attr as $name => $value ) { $html .= ” $name=” . ‘”‘ . $value . ‘”‘; } $html .= ‘ />’;

    But it didn’t work.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Loading lazy is missing’ is closed to new replies.