harshitjain-hj / isizer

Lets to resize the image on the fly

Home Page:https://isizer.herokuapp.com/api/resize?wd=225&ht=225&url=https://media-public.canva.com/SXS-k/MADwfDSXS-k/1/tl.png

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iSizer banner image

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.


API Reference

Resize 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

Demo

View Demo