This is typically due to images not having width/height attributes, or aspect ratios set on them. As images are loaded, the content on the page is forced to shift. It's usually an easy CSS fix. E.g.
.your-image-class {aspect-ratio: 16/9}
https://web.dev/cls/
-Ryan
Announcement
Collapse
No announcement yet.
How to Fix Cumulative Layout Shift
Collapse
X
Leave a comment: