Description:
To resize the image on the server use following syntax.
Image url from the request:
http://www.intelice.eu/Images/GetImage.ashx?id={id}
You can add 2 additional parameters either {width} or{height} at the end of the url string to resze the image on the server
-
http://www.intelice.eu/Images/GetImage.ashx?id={id}&width={widht}
-
http://www.intelice.eu/Images/GetImage.ashx?id={id}&height={height}
Parameters:
-
{id}: image id
-
{width}: image width you want to scale
-
{height}: image height you want to scale