fix: layout shift

This commit is contained in:
Cory Dransfeldt 2024-05-01 20:46:07 -07:00
parent 56fbb38c9d
commit ac70bcb293
No known key found for this signature in database
6 changed files with 6 additions and 6 deletions

View file

@ -126,6 +126,6 @@ For this page in particular, the images that are rendered above the fold are set
All of these boilerplate steps leave us with a quick to load, accessible and resilient site:
<img src="https://coryd.dev/.netlify/images/?url=https://coryd.dev/media/blog/page-speed.jpg&w=1000&fm=webp&q=65" class="image-banner" alt="Pagespeed scores for coryd.dev/now" loading="lazy" decoding="async" />
<img src="https://coryd.dev/.netlify/images/?url=https://coryd.dev/media/blog/page-speed.jpg&w=1000&fm=webp&q=65" class="image-banner" alt="Pagespeed scores for coryd.dev/now" loading="lazy" decoding="async" width="1000" height="484" />
[^1]: It's easy, flexible and helps mitigate my lack of an eye for design by providing safe baselines.