What is Nostr?
Kate Morley /
npub10la…une2
2024-11-05 12:22:00

Kate Morley on Nostr: CSS advice required: It’s easy to create a grid that contains the maximum number of ...

CSS advice required:

It’s easy to create a grid that contains the maximum number of columns subject to a minimum width:

grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));

But how do you achieve the opposite: a grid that contains the minimum number of columns subject to a maximum width? This is invalid CSS:

grid-template-columns: repeat(auto-fit, minmax(1fr, 400px));

The use case is a gallery of images, where I want them as big as possible without exceeding a specific maximum.
Author Public Key
npub10lajc5rn6z5rwddu2q86vpvgawvy7av6gej9fs6fdt279uvcyhrsqsune2