ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 28,804
- Points
- 823
Reputation:
Hi, something strange is happening.
Google's PageSpeed service reports an error:
The images do not have explicit attributes width and height
By explicitly specifying the width and height for your images, you can reduce layout shift and improve your CLS score. Learn how to adjust image sizes.
I checked, and indeed, there are no values set.
Code:
Read more
Continue reading...
Google's PageSpeed service reports an error:
The images do not have explicit attributes width and height
By explicitly specifying the width and height for your images, you can reduce layout shift and improve your CLS score. Learn how to adjust image sizes.
I checked, and indeed, there are no values set.
Code:
Code:
<header class="p-header" id="header">
<div class="p-header-inner">
<div class="p-header-content">
<div...
Read more
Continue reading...