There is an image url, this image's size must be reduced proportionally by the minimum width and height so that it can be shown in a template.
The aforementioned template and its content will be generated into the html using javascript. So i have to find a way to get the image size from an image url using javascript so that the size of the image can be reduced proportionally, is it possible to do this?
I am working on asp.net and c#.