1
Add icons to media lazyload exclusions
Source: wp-media/wp-rocket#8226 · opened by @andrewinsidelazarev
Why after pay money I should write this:
add_filter( 'rocket_lazyload_excluded_src', function( $excluded_images ) {
$excluded_images[] = 'data:image';
return $excluded_images;
});
add_filter( 'rocket_lazyload_excluded_background_images', function( $excluded ) {
$excluded[] = 'data:image';
return $excluded;
});
??
Maybe better add flag "Do not lazyload icons" ?
add_filter( 'rocket_lazyload_excluded_src', function( $excluded_images ) {
$excluded_images[] = 'data:image';
return $excluded_images;
});
add_filter( 'rocket_lazyload_excluded_background_images', function( $excluded ) {
$excluded[] = 'data:image';
return $excluded;
});
??
Maybe better add flag "Do not lazyload icons" ?
No pledges yet. Be the first to back this.
Comments
Similar requests
Apply LazyLoad to WordPress Comments
3 votes · 0 comments
Add decoding async and fetchpriority to image tags
3 votes · 0 comments
Add Constant to Control Update Behavior
0 votes · 0 comments
Add support for new cloudflare API tokens
8 votes · 0 comments
Cloudflare Edge Cache HTML
3 votes · 0 comments
No comments yet.