Skip to content

Resize

Resize an image by appending /m/WIDTHxHEIGHT using the desired static pixel dimensions.

Try the interactive demo below to resize the image.

Preview that reacts to API
Copied to the clipboard

Resize an image proportionally to a specific width by appending /m/WIDTHx0. The height is automatically calculated proportionally, keeping the original image ratio intact.

Try the interactive demo below to resize the image proportionally by setting only the width.

Preview that reacts to API
Copied to the clipboard

Resize an image proportionally to a specific height by appending /m/0xHEIGHT. The width is automatically calculated proportionally, keeping the original image ratio intact.

Try the interactive demo below to resize the image proportionally by setting only the width.

Preview that reacts to API
Copied to the clipboard