i have one image url(Online url), now i want this image height and width, how can i get this, it's greatly appreciate if anyone answer this
i want to preview the image with 150px height and 150px width, so i set it up in aspx page height-150 and width-150 for img tag
if i assign the above url to img src, it will throw the 150px width and 150px height, but i need the original height and width of the above url image
if i didn't set it up anything for the img tag i will get 0px of height and 0px of width
Can anyone suggest this please?