Set an explicit width and height on image elements to reduce layout shifts and i
-
Hello.
Gtmetrix showing
“Set an explicit width and height on image elements to reduce layout shifts and improve CLS.”
this error.
how to slove this ?
Attachments:
You must be
logged in to view attached files.
Hi,
Could you please send us a link to your website where we can see this issue?
Kind Regards
Try to add the following PHP code snippet to the child theme functions.php file to do this
add_filter( 'woodmart_megamenu_icon_attrs', function(){
return 'width="18" height="18"';
} );