+ 1
How the images are adjusted in PC and mobiles?
in PC its 880 PX default size of browser to show image and how it be adjusted to mobile browsers
2 Respuestas
+ 2
you can use css or you can use this: style="width:100%; height:auto;"
eg.:
<img src="img-source" style="width:100%; height:auto;" />
0
thanks a lot dude