Enable the first five images on a page not to be lazy loaded in Autoptimize on child sites.
Snippet Type
Execute on Child Sites
Snippet
add_filter( 'autoptimize_filter_imgopt_lazyload_from_nth', function(){ return 5; } );
Enable the first five images on a page not to be lazy loaded in Autoptimize on child sites.
Snippet Type
Execute on Child Sites
Snippet
add_filter( 'autoptimize_filter_imgopt_lazyload_from_nth', function(){ return 5; } );
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.