Site logo

Archived topic

Remove- loading="lazy", tag for featured images

5 replies · Started by Manu on May 12, 2021

Viewing posts 1–6 of 6

Hi Generatepress team,
Is there any way to remove loading="lazy" for featured images on the single post?

Thank You

Hi,
I don't know whether this is the correct approach. Here is what I tried;

First, I disabled the default Lazy load on WordPress using the code:


add_filter( 'wp_lazy_loading_enabled', '__return_false' );

Then enabled the lazy load images using a cache plugin/ optimization plugin. In my case, it is LiteSpeed Cache and excluded the featured image class from lazy loading.

Correct me if I am doing something wrong.

Then enabled the lazy load images using a cache plugin/ optimization plugin. In my case, it is LiteSpeed Cache and excluded the featured image class from lazy loading.

That's actually a good way of doing it. WP's default lazy load is lacking so it's better to replace it with a plugin with more control like Litespeed cache or WP Rocket that lets you target an image specifically through its class selector.

This archived topic is closed to new replies.