Responsive Image Resizing Css Tricks

by muthu 2013-10-14 11:15:54

Responsive Image Resizing Css Tricks

We can make the image resize automatically to the maximum width of the boundary.

Css Code For Resizing Images


img {
max-width: 100%;
height: auto;
}


dtm.jpg
723
like
0
dislike
0
mail
flag

You must LOGIN to add comments