4:5 Aspect Ratio - Width, Height & CSS Dimensions
A 4:5 aspect ratio means width is 4 units for every 5 units of height. Instagram portrait feed posts (1080×1350). At 1080px wide, the matching height is 1350px. Use the calculator below for any width or height.
Dimensions
Simplified ratio
4:5
Common ratios
Social media
Photography
Common ratios
Social media
Photography
4:5 dimensions reference
Instagram portrait feed posts (1080×1350). Sample calculation: 1080px × 1350px preserves 4:5. Adjust width in the tool above to regenerate height instantly.
4:5 Aspect Ratio FAQ
What is the 4:5 aspect ratio?
4:5 expresses width-to-height as 4:5. Instagram portrait feed posts (1080×1350). In CSS, write aspect-ratio: 4 / 5. The decimal width÷height value is approximately 0.8000.
If width is 1080px at 4:5, what is the height?
Multiply width by 5/4: 1080 × (5 ÷ 4) = 1350px. Enter 1080 in the width field with ratio locked to 4:5 and the tool returns 1350px automatically.
What pixel dimensions are common for 4:5?
Instagram portrait feed posts commonly export at 1080×1350 px. Other 4:5 widths scale proportionally - 800 px wide yields 1000 px height.
How do I set 4:5 in CSS?
Use aspect-ratio: 4 / 5 on a block container. Pair it with width: 100% or a fixed max-width; the browser computes height. For embedded video, wrap the iframe in a 4:5 box to prevent cumulative layout shift.
4:5 calculator vs generic resize tool: why use a ratio-specific page?
Ratio-specific pages document common resolutions and use cases for 4:5 without hunting presets. The embedded calculator is pre-loaded with 4:5 so you skip manual ratio entry - helpful when sharing links with teammates or clients.
Where is the full aspect ratio calculator?
The main Aspect Ratio Calculator supports any custom ratio, simplified GCD output, and all presets. Visit /dev-tools/aspect-ratio-calculator/ for the complete tool with methodology and cross-links to other Dev Tools.
Sources & review
Last reviewed: