4:3 Aspect Ratio - Width, Height & CSS Dimensions

A 4:3 aspect ratio means width is 4 units for every 3 units of height. Classic TV, older monitors, and iPad portrait. At 1024px wide, the matching height is 768px. Use the calculator below for any width or height.

Dimensions

4:3

Simplified ratio

4:3

Exact dimensions1024 × 768 px
Decimal ratio (W ÷ H)1.3333
CSS aspect-ratio4 / 3

4:3 dimensions reference

Classic TV, older monitors, and iPad portrait. Sample calculation: 1024px × 768px preserves 4:3. Adjust width in the tool above to regenerate height instantly.

← Back to full Aspect Ratio Calculator

4:3 Aspect Ratio FAQ

What is the 4:3 aspect ratio?

4:3 expresses width-to-height as 4:3. Classic TV, older monitors, and iPad portrait. In CSS, write aspect-ratio: 4 / 3. The decimal width÷height value is approximately 1.3333. Lock either side in the calculator to keep that proportion when you resize frames, posters, or video embeds for this format.

If width is 1024px at 4:3, what is the height?

Multiply width by 3/4: 1024 x (3 ÷ 4) = 768px. Enter 1024 in the width field with ratio locked to 4:3 and the tool returns 768px automatically. Change width anytime to regenerate height without breaking the ratio or introducing letterboxing.

What pixel dimensions are common for 4:3?

Classic 4:3 displays include 1024x768 and 1600x1200 - common on older monitors and iPad portrait. Recalculate height from your chosen width when preparing slides or embedded video posters for those screens.

How do I set 4:3 in CSS?

Use aspect-ratio: 4 / 3 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:3 box to prevent cumulative layout shift while the media loads. Copy the sample dimensions above when you need a concrete pixel fallback.

4:3 calculator vs generic resize tool: why use a ratio-specific page?

Ratio-specific pages document common resolutions and use cases for 4:3 without hunting presets. The embedded calculator is pre-loaded with 4:3 so you skip manual ratio entry - helpful when sharing links with teammates or clients who always work in this format for ads, video, or social crops.

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, cross-links to other Dev Tools, and free-form width or height entry when your project is not locked to a named preset.

Sources & review

Last reviewed:

Related ratios

Full tool