There is a problem in the Bootstrap.css 69 line max-width: 100%;.
img {
max-width: 100%; <--
vertical-align: middle;
border: 0;
-ms-interpolation-mode: bicubic;
}
You can delete it and, if necessary, specify a new class again .newclass {max-width:100%}and add it to the image.
source
share