SyntaxFix
Write A Post
Hire A Developer
Questions
Change .img-responsive inside bootstrap.css to the following:
.img-responsive { display: block; max-width: 100%; width: 100%; height: auto; }
For some reason adding width: 100% to the mix makes img-responsive work.