Resizes the image based on the given dimension on the fly hence reducing the effort of manual resizing or maintaining different versions of the image.
GET https://isizer.herokuapp.com/api/resize?wd=${width}&ht=${height}&url=${url}
Parameter | Type | Description |
---|---|---|
width |
integer |
Required. Width (px) of needed image |
height |
integer |
Required. Height (px) of needed image |
url |
string |
Required. URL of image to resize |