trying to stop that weird layout shift when my lazy images load. using aspect-ratio: 16 / 9 is
magic fine but i hate how it breaks if the container is too small. let's try a challenge where we build a gallery using only aspect-ratio and no fixed heights at all.
img {width: 100%;aspect-ratio: 4 / 3;object-fit: cover;}