Instagram-Grid auf natives Portrait-Format 4:5 (1080x1350) umgestellt — Crop auf 640x800 statt Quadrat

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-06-11 21:29:36 +02:00
parent 181f52fc73
commit fc066703e6
3 changed files with 14 additions and 6 deletions

View File

@@ -23,7 +23,7 @@ $maxPosts = (int) config('instagram.max_posts', 9);
<a class="instagram__link" href="<?= e($post['url']) ?>" rel="noopener">
<img src="<?= e(asset($post['image'])) ?>"
alt="<?= e($post['alt'] ?? 'Instagram-Beitrag des TSV 08 Kulmbach') ?>"
width="640" height="640" loading="lazy" decoding="async">
width="640" height="800" loading="lazy" decoding="async">
<?php if (!empty($post['is_video'])): ?>
<span class="instagram__badge" aria-hidden="true">▶</span>
<?php endif; ?>