img-responsive class failure by using IE

It often happens to address the troublesome failure of the "img-responsive" class on Internet Explorer.

Images are often very large and do not seem to take into account the class bootstrap properties for the images. To fix this, simply add the following property to the "img-responsive":

.img-responsive{width: 100%;}