Skip to main content
Resize Image changes an image’s dimensions. Provide either width, height, or both; when only one dimension is present, the original aspect ratio is preserved.

Inputs

Percentage dimensions are converted from the source metadata and rounded down to whole pixels. For example, width 50 means half of the original width.

Fit modes

Position offers top, bottom, left, right, corner, and center alignment for the crop or padding created by cover and contain.

Output

Examples

  • Set width to 1200, leave height empty, and use pixels to make a 1200-pixel-wide image without changing its proportions.
  • Set width and height to 50 with percentage units to halve both dimensions.
  • Set 1080 by 1080 with cover to create a square crop, or contain to retain the whole source inside a square canvas.
If both width and height are empty, the action has no target size. Provide at least one dimension for predictable output.