What is measured
The audit counts images missing either dimension attribute in the source HTML.
Content and images
This check finds img elements without declared width and height, which prevents the browser reserving space early.
The audit counts images missing either dimension attribute in the source HTML.
Every image supplies dimensions or receives a stable aspect ratio through its component and CSS.
Add width and height from the source file, scale responsively and avoid changing proportions in styles.
Dimension attributes improve stability but do not guarantee an optimal file weight, format or visual quality.
Reference