SyntaxFix
Write A Post
Hire A Developer
Questions
Change your code:
a.image_container img { width: 100%; }
To this:
a.image_container img { width: auto; // to maintain aspect ratio. You can use 100% if you don't care about that height: 100%; }
http://jsfiddle.net/f9krj/5/