How to Resize a Video for Any Platform
·6 min read
To resize a video, set the width and height (or the aspect ratio) that your destination needs, then re-render the file at those new dimensions. The trick is doing it without squashing faces or leaving your footage the wrong shape for the platform. You can resize a video right in your browser: pick a preset like 16:9 for YouTube, 9:16 for Reels and TikTok, 4:5 for an Instagram feed post, or 1:1 for a square, choose how the frame should fit, and export. Nothing is uploaded, so it stays private and quick.
Aspect ratio vs resolution: know the difference first
These two get mixed up constantly, and it's the root of most resizing headaches. Resolution is the exact pixel count, like 1920x1080 or 1080x1920. Aspect ratio is the shape those pixels make, the ratio of width to height, written as 16:9 or 9:16. A single aspect ratio can live at many resolutions: 1280x720 and 1920x1080 are both 16:9, just smaller and larger versions of the same widescreen shape.
Why it matters: platforms care about shape more than exact pixels. Upload a widescreen 16:9 clip to TikTok and it plays in a small strip with black bars above and below, because the app expects a tall 9:16 frame. So the real job of resizing is usually getting the shape right for where the video is going, then picking a sensible resolution to match.
The sizes each platform actually wants
- YouTube (landscape): 16:9, typically 1920x1080 (1080p) or 3840x2160 (4K). The classic widescreen shape for desktop and TV viewing.
- Instagram Reels, TikTok, YouTube Shorts: 9:16 vertical, 1080x1920. Full-screen tall video made for phones held upright.
- Instagram feed post: 4:5 portrait, 1080x1350. This slightly tall shape takes up more room in the feed than a square without going fully vertical.
- Square (feed grids, some ads): 1:1, 1080x1080. Reads well in a grid and looks the same whether the phone is upright or sideways.
- Facebook and X feed video: 16:9 or 1:1 both work, and square often gets more screen space on mobile timelines.
If your target is Instagram specifically, there's a shortcut with the sizes already dialed in. The Instagram video resizer has presets for Reels (9:16), feed posts (4:5) and square (1:1), so you don't have to remember the numbers.
Fit modes: the choice that decides whether faces get squashed
When your video's shape doesn't match the target shape, something has to give. There are three ways to handle it, and choosing the right one is the difference between a clean result and a distorted mess.
- Fit / contain (letterbox): the whole frame is kept and padding is added to fill the gap, so a widescreen clip in a 9:16 slot gets bars above and below. Nothing is cut and nothing is stretched. Best when every part of the frame matters, like a screen recording or a slide.
- Fill / cover (crop): the video is scaled to cover the entire new frame and the overflow is trimmed off the edges. No bars, no distortion, but you lose whatever falls outside the new shape. Best for turning landscape footage into vertical when the action sits in the center.
- Stretch: the video is squished or pulled to force it into the new shape. This is the one to avoid. It fills the frame with no bars and no cropping, but circles become ovals and faces look wrong. Only reach for it if the change is tiny.
The honest rule: never stretch to change aspect ratio. If you need the full picture, use fit and accept the bars. If you need to fill the frame, use fill and accept that the edges get cropped. Stretching is the only option that actively damages how the footage looks.
How to resize a video in your browser
- Open the video resizer and drop in your file. Common formats like MP4, MOV, WebM and MKV are supported, and the file stays on your device.
- Pick a preset (16:9, 9:16, 4:5, 1:1), or type in a custom width and height if you have an exact target.
- Choose a fit mode: fit to keep the whole frame with padding, or fill to cover the frame and crop the edges.
- Preview the result so you can see what gets bars or what gets trimmed before you commit.
- Export and download. The processing runs locally in a WebAssembly engine, so there's no upload wait and no account.
Resize or crop? When to reach for the other tool
Resizing changes the output dimensions, and with fill mode it will crop automatically to make the footage fit. But sometimes you want direct control over exactly which part of the frame to keep, like cutting a busy background down to a single speaker, or chopping off a black bar that's baked into the source. For that, crop the video instead, where you draw the region you want to keep. A good workflow is to crop first to frame the subject, then resize to the final platform dimensions.
Keeping quality (and file size) sensible
Resizing down (from 4K to 1080p, for example) generally looks great, because you're throwing away pixels you don't need. Resizing up is where trouble starts: enlarging a 480p clip to 1080p can't invent detail that was never captured, so it tends to look soft. When you have the choice, start from the highest-resolution source you have and scale down to the target. If the resized file ends up larger than a platform's upload limit, you can compress the video afterward to bring the size down without changing its dimensions again.
The takeaway: resizing is really about matching your video's shape to where it's going, then picking a matching resolution. Choose the right aspect ratio (16:9, 9:16, 4:5 or 1:1), use fit or fill rather than stretch so nothing gets distorted, and start from a high-quality source. When you're ready, resize your video in the browser for free, with no upload, no watermark and no sign-up.
Questions
- How do I resize a video without stretching it?
- Use a fit mode instead of stretch. Choose fit (contain) to keep the whole frame and add bars where the shapes don't match, or fill (cover) to fill the frame and crop off the edges. Both keep the footage looking correct. Stretch is the only mode that distorts the picture, so avoid it when changing aspect ratio.
- What size should a video be for Instagram, TikTok and YouTube?
- YouTube uses 16:9 landscape, usually 1920x1080. Reels, TikTok and Shorts use 9:16 vertical at 1080x1920. An Instagram feed post looks best at 4:5 portrait (1080x1350), and a square is 1:1 at 1080x1080. Match the aspect ratio first, then use a matching resolution.
- Does resizing a video reduce its quality?
- Resizing down (for example 4K to 1080p) keeps quality well, because you're removing pixels you don't need. Resizing up looks softer, since the tool can't add detail that wasn't captured. For the best result, start from the highest-resolution source you have and scale down to your target.
- Can I resize a video privately without uploading it?
- Yes. Toolosity's resizer processes your file locally in your browser using a WebAssembly engine, so the video never leaves your device. There's no upload, no account, no watermark and no size limit beyond what your browser's memory can handle.