AssetsBeta
Image Resizer
Resize uploaded images by width, height, or fit mode through the server pipeline.
Related Tools
Frequently Asked Questions
What fit modes are available?
Inside (scale down to fit within the box, never upscale), Contain (scale to fit, pad with background color), Cover (scale and crop to fill the box), and Fill (stretch to exact dimensions ignoring aspect ratio).
Do I need to provide both width and height?
No. You can provide just one dimension and the other will be calculated to maintain the original aspect ratio. Providing both dimensions activates the fit mode logic.
Why does my image have a white border after resizing?
This happens with the Contain fit mode when the image aspect ratio does not match the target box. The padding color defaults to white. Change the background color setting to match your design.