Add classes to an <img>
element to easily style images in any project.
- <img src=«…» class=«img-rounded»>
- <img src=«…» class=«img-circle»>
- <img src=«…» class=«img-polaroid»>
Heads up! .img-rounded
and .img-circle
do not work in IE7-8 due to lack of border-radius
support.