From 5dffd989f69195d78e5420355a2ff22b090925cc Mon Sep 17 00:00:00 2001 From: Adam Wood <1017872+adamwoodnz@users.noreply.github.com> Date: Wed, 11 Sep 2024 19:10:12 +1200 Subject: [PATCH] Fix distorted image thumbnails in Chromium browsers Fixes https://github.com/WordPress/wporg-showcase-2022/issues/276 --- .../themes/wporg-showcase-2022/src/site-screenshot/style.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/source/wp-content/themes/wporg-showcase-2022/src/site-screenshot/style.scss b/source/wp-content/themes/wporg-showcase-2022/src/site-screenshot/style.scss index 94d15998..90a82b5e 100644 --- a/source/wp-content/themes/wporg-showcase-2022/src/site-screenshot/style.scss +++ b/source/wp-content/themes/wporg-showcase-2022/src/site-screenshot/style.scss @@ -57,6 +57,7 @@ img { width: 100%; + height: 100%; vertical-align: middle; }