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

@@ -107,7 +107,8 @@
.instagram__link img {
width: 100%;
height: auto;
aspect-ratio: 1;
/* Instagram-Portrait 1080x1350 */
aspect-ratio: 4 / 5;
object-fit: cover;
transition: transform var(--transition);
}