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
To add to the answer posted by @atype I would put as follows:
/* html */ /* css * / img.fixed-size { height: auto !important; width: auto !important; }