How to specify image dimensions for Page speed

by PRanesh 2013-12-13 11:46:21

The following ur l must be specified with dimensions as it loads faster and looks cool.


without dimension - spends more loading time


<img src="sample.jpg"/>



with dimension - spends less loading time


<img src="sample.jpg" width="200" height="200" />


Adding height and width will help you to load the webpages faster than before..


use this tag all over where the image appears instead of the old format..
1104
like
0
dislike
0
mail
flag

You must LOGIN to add comments