From 2b40fb1c86dfb7a0ccdeb5c99a2094f77df5979b Mon Sep 17 00:00:00 2001 From: AleksandrHovhannisyan Date: Sat, 1 Oct 2022 18:38:48 -0400 Subject: [PATCH] Rename old article for clarity --- .../2021-03-07-setting-width-and-height-on-images/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_posts/2021-03-07-setting-width-and-height-on-images/index.md b/src/_posts/2021-03-07-setting-width-and-height-on-images/index.md index f81dd4862..423bd00d1 100644 --- a/src/_posts/2021-03-07-setting-width-and-height-on-images/index.md +++ b/src/_posts/2021-03-07-setting-width-and-height-on-images/index.md @@ -1,5 +1,5 @@ --- -title: Always Set a Width and Height on Your Images +title: Set a Width and Height on Images to Reduce Layout Shifts description: Dimensionless images can cause layout shifts as they load, hurting your page's performance. By setting a width and height on images, you allow the browser to initialize an aspect ratio for those images and minimize layout shifts. keywords: [setting width and height on images, setting an image's width and height, width and height, layout shifts] categories: [webperf, images, aspect-ratio, html]