Why this matters
The production reason.
Images and embeds without reserved dimensions cause content to jump after loading.
That layout shift hurts reading comfort and can affect Core Web Vitals.
Reserve dimensions with width and height attributes, aspect-ratio CSS, or framework image components.
<img
src="/case-study.jpg"
alt="Dashboard case study"
width="1200"
height="675"
loading="lazy"
/>