Images without explicit width and height attributes cause the page to jump around as they load — the browser doesn't know how much space to reserve until the image itself downloads, which is one of the most common causes of poor Cumulative Layout Shift (a real Core Web Vital ranking factor).
Without explicit width/height, the browser doesn't know how much space to reserve for an image until it finishes loading — causing the page to visibly jump as each image pops in. A direct, common cause of poor Cumulative Layout Shift.
Images include explicit width/height attributes, and Cumulative Layout Shift scores confirm no image-caused layout jumping.
Fix it, then re-scan — the check confirms itself. No manual checkbox, the scan is the truth.
Run this check in H.I.V.E. →