I’m using twitter bootstrap to making responsive layout.It works like awesome.
It makes images too responsive. I need some images only need to be fixed width and height.
<div class="span1"><img src="http://i.ytimg.com/vi/uGBKzIY4mpc/0.jpg" width="50" height="40"></div>
How can i make it?
Finally worked.