What Are Image Dimensions?
Image dimensions describe the width and height of a digital image, measured in pixels (px). A dimension like 1920×1080 means the image is 1,920 pixels wide and 1,080 pixels tall, containing over 2 million pixels total (about 2 MP).
Dimensions matter because every platform, device, and print product has a preferred size. Using the wrong dimensions can lead to stretching, cropping, or blurry output. Key things to know:
- Aspect ratio — the relationship between width and height (e.g., 16:9, 4:3, 1:1).
- Megapixels — width × height ÷ 1,000,000. Higher MP = more detail.
- Retina displays — serve images at 2× the CSS pixel size for sharp results on HiDPI screens.
- Social media sizes — each platform crops differently; matching the exact dimensions avoids surprises.