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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user