How to remove loading=”lazy” from image attributes for specific class only
-
I Googled the hell out of it but couldn’t find any solution to remove WordPress default loading=”lazy” attribute for specific image class, which I want to use for the main image of WooCommerce products.
Not looking to disable the feature altogether, so pls don’t suggest to use
add_filter( 'wp_lazy_loading_enabled', '__return_false' );
Thanks ??
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to remove loading=”lazy” from image attributes for specific class only’ is closed to new replies.