From 93c81d0fa6771dda70d8a6617666a973a47e1da8 Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Wed, 12 Aug 2026 17:31:51 -0500 Subject: [PATCH] Use explicit background-size 50px 50px instead of 'cover' The 'cover' keyword was producing fallback 'auto auto' rendering in some environments (likely a kses/CSS shorthand quirk). Switching to explicit pixel values matching the container size has the same visual effect for the 270x270 source image and works reliably across all browsers. --- templates/single-projects.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/single-projects.php b/templates/single-projects.php index a5d7870..a63fcee 100644 --- a/templates/single-projects.php +++ b/templates/single-projects.php @@ -142,7 +142,7 @@ if ( $last_updated ) {
- +