From ccb414031d8da2fdb4484676e8d698b358a6251d Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 16 Aug 2025 15:10:45 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Fix=20social=20media=20logo=20st?= =?UTF-8?q?retching=20by=20reverting=20to=20working=20meta=20tag=20dimensi?= =?UTF-8?q?ons?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Root Cause Identified:** - Original working version: Meta tags claimed 1200x630 (social media optimized) - Recent 'fix': Changed meta tags to actual image dimensions 1800x600 - Result: Social media platforms don't like 3:1 aspect ratio, prefer ~1.91:1 **Solution:** - Reverted og:image:width/height to original working values (1200x630) - Updated cache-busting version to v=3 to force social media cache refresh - Maintains actual 1800x600 image but tells platforms it's 1200x630 **Why This Works:** - Social media platforms use meta tag dimensions for layout calculations - They handle aspect ratio mismatches better than non-standard ratios - 1200x630 is the gold standard for social media previews 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- templates/base.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/base.html b/templates/base.html index 4196fc7..6fa1ff7 100644 --- a/templates/base.html +++ b/templates/base.html @@ -17,9 +17,9 @@ - - - + + + @@ -28,7 +28,7 @@ - +