Site logo

Archived topic

Lazy load feratured image with W3 and Autoptimize

5 replies · Started by Mattias on February 22, 2022

Viewing posts 1–6 of 6

Hi

Read a lot of threads with similar question but none that can help me.

I have both W3 and Autoptimize.
Lazy load is turned off in setting for both.
Still, my featured images loads lazy on desktop.

What am I missing?

Thanks!
Matt

Hi there,

WP 5.7 (?) added browser native lazy loading to images.
It could be that ? If you can share a link to the site i can take a look .

That image does have the loading="lazy" attribute which is what WP adds.
You can turn that off using this PHP Snippet:

add_filter( 'wp_lazy_loading_enabled', '__return_false' );

Thanks, worked. Super!

Time for me to look into creating a child theme.

Thanks again,

Mattias

This archived topic is closed to new replies.