Drag and drop your image here
Or click to browse your files
Supports JPG, PNG, and WebP
No file loaded
Drag image to reposition
Preview of uploaded image being cropped
Zoom
🔍 1.0x
Output Format
1080 x 1080 px Instagram Square Post
Key Terms Explained
Aspect Ratio
The proportional relationship between an image's width and height, expressed as two numbers separated by a colon (for example, 16:9 or 1:1). Aspect ratio determines the shape of an image regardless of its actual pixel size.
Pixel Dimensions
The exact width and height of an image measured in pixels, for example 1080x1080. Social platforms require specific pixel dimensions to display images crisply without rescaling or cropping.
Image Resolution
Describes how many pixels are packed into a given area, often expressed as PPI (pixels per inch). For social media, what matters most is the total pixel count, not the PPI value, since screens display images at their native pixel resolution.
HTML5 Canvas
A browser API that lets JavaScript draw and manipulate graphics directly in the browser tab. This tool uses Canvas to crop and export your image at the exact target pixel dimensions without ever sending data to a server.
Profile Picture
The small square or circular avatar image tied to your social account. Each platform has specific dimension requirements (Instagram uses 320x320, LinkedIn and X use 400x400) and then further crops the image into a circle on display.
Cover Photo
The large banner image displayed at the top of a profile or page. Cover photos are wide and short (Facebook's is 820x312, LinkedIn Personal Banner is 1584x396) and are different from post images in both size and purpose.
Lossless Compression
A method of reducing file size that preserves every pixel of the original image data. PNG uses lossless compression, meaning no quality is sacrificed. JPG uses lossy compression, which reduces file size further but introduces subtle quality degradation at high compression levels.
Safe Zone
The central area of an image that is guaranteed to remain visible regardless of device or display context. For social posts, keeping your subject in the central 80% of the frame helps avoid platform-side cropping in feed previews or shared link thumbnails.
Recompression
What happens when a platform receives an image that is the wrong size and must rescale and re-encode it. Each round of recompression on a JPG introduces more artifacts and blurriness - which is why uploading the correct dimensions from the start keeps images sharp.

The Complete Guide to Social Media Image Sizes in 2026

Every time you upload a photo to Instagram, X, Facebook, or LinkedIn, the platform checks whether your image matches the expected aspect ratio. If it does not, the platform automatically crops or scales it - and often not where you would choose. This guide explains the exact dimensions each platform expects, why sizing matters for image quality, and how to use this tool to get a perfectly cropped export in seconds.

How to Use This Tool

  1. Click "Choose Image" or drag a JPG, PNG, or WebP file onto the upload zone.
  2. Select the target platform tab: Instagram, X (Twitter), Facebook, or LinkedIn.
  3. Click the image type preset that matches what you are creating (post, story, cover, or profile picture).
  4. Drag the image inside the crop window to center your subject. Use the zoom slider to fill the frame.
  5. Choose JPG for photos (smaller file, good quality) or PNG for graphics with text or transparency.
  6. Click "Download Resized Image." The file saves directly to your device at the exact pixel dimensions required.

Current Standard Dimensions for Every Major Platform

Platform Image Type Dimensions Aspect Ratio
InstagramSquare Post1080 x 10801:1
InstagramPortrait Post1080 x 13504:5
InstagramStory / Reel1080 x 19209:16
InstagramProfile Picture320 x 3201:1
X (Twitter)In-Stream Photo1200 x 67516:9
X (Twitter)Header Banner1500 x 5003:1
X (Twitter)Profile Picture400 x 4001:1
FacebookPost1200 x 630~1.91:1
FacebookCover Photo820 x 312~2.63:1
FacebookProfile Picture180 x 1801:1
LinkedInPost / Share Image1200 x 627~1.91:1
LinkedInPersonal Banner1584 x 3964:1
LinkedInProfile Picture400 x 4001:1
LinkedInCompany Logo300 x 3001:1

Why Instagram and Facebook Make Photos Look Blurry

When you upload a photo that is already at the exact pixel dimensions the platform expects, the image is stored and displayed as-is. But when the uploaded image is a different size or aspect ratio, the platform must rescale it. If your source image is a JPG (which uses lossy compression), every rescale-and-re-encode cycle adds more compression artifacts. The result is a noticeably softer, blurrier final image even if your original photo was perfectly sharp. Exporting at the correct dimensions before uploading eliminates this extra compression step entirely.

Choosing Between JPG and PNG for Social Media

JPG is the better choice for photographs. It produces smaller file sizes while keeping visual quality high, and all social platforms handle it well. PNG is better for graphics, logos, illustrations, or any image that contains text or hard edges, because PNG's lossless compression preserves crisp lines that JPG would blur. Keep in mind that Instagram and Facebook will re-encode your PNG into their own compressed format during upload, so for pure photos, JPG is usually the smarter starting point.

Frequently Asked Questions

Blurry photos almost always happen because the platform is recompressing your image after rescaling it. When the image you upload is a different size or aspect ratio than what the platform expects, it crops and re-encodes the file before storing it. Each re-encode of a JPG introduces additional compression artifacts, which show up as blur or loss of fine detail. The fix is to export your image at the platform's exact pixel dimensions before uploading so no rescaling occurs.
The best aspect ratio for an X (Twitter) in-stream photo is 16:9, which corresponds to 1200x675 pixels. Images at this ratio display edge-to-edge in the timeline feed without any automatic cropping on desktop or mobile. Twitter also accepts square (1:1) and portrait (2:3) images, but the 16:9 landscape format is the safest choice because it gives you full control over framing without relying on how the platform chooses to crop the preview.
Every social platform has a specific aspect ratio it expects for each image type. If your uploaded image has a different ratio, the platform crops it automatically - and usually not in the way you would choose. A portrait photo uploaded for a Facebook cover slot, for example, will be cropped down to a wide strip and the subject may be cut off entirely. Resizing to the exact dimensions beforehand puts you in control of what is and is not visible, preserves maximum image quality, and prevents unexpected surprises after you publish.
No. This tool uses the HTML5 Canvas API and the JavaScript FileReader API to load and process your image entirely inside your own browser tab. Your photo is never sent to any external server, never stored anywhere online, and never seen by anyone other than you. The entire crop and download process happens locally on your device, which also means it works offline once the page has loaded.