Problem: Full-width maps.
Solution#
<div class="aspect-[4/3] w-full overflow-hidden rounded-xl"><iframe class="h-full w-full" src="…"></iframe></div>Why this works#
Arbitrary aspect ratio for non-16:9 embeds.
Variants#
- Responsive: add screen prefixes to the core classes
- Dark: pair each color utility with its dark: twin
- Animated: add
transition+ a state variant for motion
Related recipes#
cookbook/index|Cookbook index · utilities/index|Utilities reference · patterns/index|Layout patterns
