Aspect Ratio Box Generator

Generate CSS aspect-ratio boxes with live preview. Create responsive containers with custom aspect ratios and copy CSS code.

16.6Kuses
8.9/10(254)
16:9
CSS Code
.aspect-box {
  aspect-ratio: 16 / 9;
  max-width: 100%;
  width: 100%;
  background-color: #1e293b;
}

CSS aspect-ratio Property

The CSS aspect-ratio property sets a preferred aspect ratio for the box, which will be used in auto-sizing calculations.

Disclaimer:This tool is provided β€œas is” for informational and educational purposes only. Results may not be 100% accurate. ToolBird makes no warranties, express or implied, regarding the accuracy, reliability, or completeness of any output generated by this tool. This tool does not constitute professional, legal, financial, medical, or tax advice. Always consult a qualified professional for important decisions. By using this tool, you agree that ToolBird and its operators shall not be held liable for any damages, losses, or consequences arising from the use of this tool or reliance on its results. All processing occurs in your browser β€” we do not store, transmit, or access your data. Use at your own risk.