Calculate dimensions
Type a width or height — the other fills in automatically at a 1:1 ratio.
Common 1:1 sizes
| Size | Name |
|---|---|
| 1080 × 1080 | Instagram Square |
Other ratios
Use it in code
Click to copy.
.element {
aspect-ratio: 1 / 1;
}
Decimal ratio 1.0000:1. Commonly used for Instagram posts, profile photos, album covers.
Type a width or height — the other fills in automatically at a 1:1 ratio.
| Size | Name |
|---|---|
| 1080 × 1080 | Instagram Square |
Click to copy.
.element {
aspect-ratio: 1 / 1;
}