I am working on Windows Phone 8 app.
I have a path to image - /Data/Images/image1.png
. I am able to display this image on screen, but i want to change the width and height of the image before its rendered.
This is how i am displaying the image in webbrowser control
webbrowser.Append("<img src=""+path+ width=\"250\" height=\"250\" style=\"vertical-align:middle\" alt=\"\"></img>"/>"
Here i am setting width and height as 250x250
but i want to change that height and width as some images are not looking good.