Key takeaways
- Fit inside preserves the whole image and may produce dimensions smaller than the requested box.
- Fill and crop covers the exact box while removing overflow from the image.
- Stretch can meet exact dimensions but distorts subjects when source and target ratios differ.
- A centered automatic crop does not know which face, label, or object must remain visible.
Calculate the Aspect Ratio First
Aspect ratio is width divided by height. A 3000 by 2000 photograph has a 3:2 ratio; a 1200 by 1200 tile has a 1:1 ratio. Reducing the photograph to 1200 by 800 preserves its shape, but it cannot become a square while simultaneously retaining every part, filling every pixel, and preserving proportions. One requirement must change. You can crop the sides, add surrounding space in an editor, or accept a rectangular result. Stretching merely hides the conflict by changing the shape of everything in the scene.
Write the destination's requirements separately: exact dimensions, acceptable ratio, minimum resolution, maximum file weight, and whether padding is allowed. A social thumbnail and an official document upload may both request a square, but their content rules can be very different. A page layout might permit a white border; a submission portal might reject it. Use the social image sizing guide for platform-oriented preparation and always check the actual destination's current instructions. Do not assume that passing the width and height checks means the composition is acceptable.
Fit Inside Keeps the Entire Picture
In the image resizer, Fit inside preserves proportions while fitting the output within the requested box. For a 3000 by 2000 source and a 1200 by 1200 box, the fitting result is 1200 by 800. Nothing is cropped, and the result is not a square canvas with added borders. This distinction matters when a form insists on exactly 1200 by 1200 pixels. Fit inside answers a maximum-size requirement, not an exact-shape requirement. Read the output dimensions shown after processing rather than relying on the input fields alone.
When only one dimension matters, enter that dimension and leave the other automatic. A blog illustration limited to 900 pixels wide can keep its natural height. Avoid entering an estimated second number because it may accidentally request a different ratio. Keep enlarging disabled when you do not want a smaller original expanded, and verify the actual result in every mode. If an input is already below the required maximum, preserving its existing size can be the correct outcome. Bigger numbers are not an improvement when the source has no additional detail.
Fill and Crop Meets an Exact Shape
Fill and crop scales the image until the requested rectangle is covered, then removes overflow. In this resizer the crop is centered; there is no subject-recognition promise or draggable focal-point control. A centered portrait may work well, but a person standing near the edge can be cut off. For a 3000 by 2000 landscape source and a square output, the crop uses the central 2000 by 2000 region before scaling. You lose 500 source pixels from each side, which may include exactly the details the reader needed.
Inspect representative outputs before running a shared setting across a folder. Products may be centered differently, faces may sit high in the frame, and a screenshot's relevant dialog may be off to one side. If the centered crop cannot retain the subject, prepare a manual crop in an editor with focal-point control and then resize that prepared source. For catalogs, use the product photograph guide to distinguish useful consistency from indiscriminate cropping. Identical dimensions are helpful; identical crop coordinates are not necessarily appropriate for different photographs.
Avoid Stretching and Repeated Resampling
Stretch changes horizontal and vertical scale independently. It can be intentional for abstract textures or a creative distortion, but it is usually wrong for portraits, logos, products, diagrams, and screenshots. A circle becoming an ellipse is a clear diagnostic. If a headshot looks unusually narrow, inspect its source ratio and rendered CSS dimensions before applying a sharpening filter. The browser can also stretch a correctly exported file if both CSS width and height are forced without an appropriate fit rule. Correct the layout rather than editing the face to compensate.
Plan the final dimensions and export from the clean original. Repeatedly reducing, enlarging, and recompressing an image accumulates resampling and encoding changes. If you need several destination shapes, create each from the master rather than cropping the square version again to create the wide banner. The retina sizing guide helps determine how many source pixels the displayed slot actually needs. For intermediate edits, a PNG avoids another lossy encoding generation, although the crop or resize itself still changes which pixels the final image contains.
Check Dimensions, Composition, and File Weight
After export, open the downloaded file and confirm its width, height, orientation, and visible content. Zoom out to the size the viewer will actually see. A technically correct crop may make small labels unreadable or remove a useful scale reference beside a product. Check the image again in the destination preview because some platforms apply an additional crop. Keep important material comfortably inside the edges when the platform's thumbnail treatment varies. An image that works in the full-size viewer may still communicate poorly in the small grid where people first encounter it.
Only then optimize transfer size with the image compressor, or combine format and quality settings in the resize export to avoid another step. Use PNG when transparent edges or exact text matter, and evaluate JPEG or WebP for photographic delivery. File weight depends on content as well as dimensions, so a forest and a plain wall will not reach the same byte count at identical settings. The file-size guide covers destination budgets. Preserve the master and record the chosen mode so future revisions reproduce the same framing intentionally.
Frequently asked questions
The questions people ask most about crop vs resize: fit, fill and aspect ratio, answered directly.