Hi Friends,
I am developing image application,i am using WebView
to display image, so I want to fix some height and width size for the image, this size applicable for all kind of size of images in WebView.
Any sample code is welcome,
Thanks All
Hi Friends,
I am developing image application,i am using WebView
to display image, so I want to fix some height and width size for the image, this size applicable for all kind of size of images in WebView.
Any sample code is welcome,
Thanks All
If you are adding your image as an img src, here is the classical synthax :
<img src="yourimage.png" width=480 height=800 alt="your image"/>