💻 Software
Is there a way to resize a window to specific sizes (eg.800x600, 1024x768..)?
Fresh5 days ago
Mar 15, 2026103134 viewsConfidence Score0%
0%
Problem
I need a way to resize any window (not just Firefox!) to specific sizes. I need to check what the application I'm writing looks like at these resolutions - how many columns are visible in grids, that sort of thing. I know I could just change my resolution, but that's a hassle, especially for 800x60…
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Is there a way to resize a window to specific sizes (eg.800x600, 1024x768..)?
Low Risk
You could write your own with AutoHotkey: Demonstration: Before: 640 x 480 Press Win+=. Enter a width: Enter a height: After: 400 x 300 Note: To set a length to , you have to input . An empty value is ignored. For example, if you only want to resize…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix