Home / CSS Tips Generated By ChatGPT / Fixed Aspect Ratio Boxes in CSS Maintain the aspect ratio of boxes as they scale. Source Code .aspect-ratio-4-3 { width: 100%; padding-top: 75%; /* 4:3 Aspect Ratio */ position: relative; }