quantum-ai-v3/templates
Claude ccb414031d 🔧 Fix social media logo stretching by reverting to working meta tag dimensions
**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 <noreply@anthropic.com>
2025-08-16 15:10:45 +05:30
..
agent_base 🔒 Enhance marketplace security with comprehensive protections 2025-07-26 08:22:59 +05:30
authentication 🔧 Remove email verification system and update event URL 2025-08-16 12:35:26 +05:30
components 🎯 Fix webhook agents by removing custom JavaScript conflicts 2025-08-15 09:35:43 +05:30
core 🤖 Transform digital branding page to emphasize AI capabilities 2025-08-03 14:22:19 +05:30
wallet 🗑️ Remove workflows app completely and streamline to agents-only 2025-07-31 23:27:09 +05:30
wrapper 🎨 Add external service wrappers and social media previews 2025-08-15 18:21:16 +05:30
400.html 🔧 Fix wallet 500 error and error page alignment 2025-07-27 09:29:29 +05:30
403.html 🗑️ Remove workflows app completely and streamline to agents-only 2025-07-31 23:27:09 +05:30
404.html 🗑️ Remove workflows app completely and streamline to agents-only 2025-07-31 23:27:09 +05:30
500.html 🗑️ Remove workflows app completely and streamline to agents-only 2025-07-31 23:27:09 +05:30
base.html 🔧 Fix social media logo stretching by reverting to working meta tag dimensions 2025-08-16 15:10:45 +05:30
test_og.html 🔧 Fix social media link preview image display 2025-08-16 15:03:10 +05:30