I do a catalog using Bootstrap 3. When displayed on tablets, the product images look ugly because of their small size (500x500) and a width of 767 pixels in the browser. I w
To add to the answers already given, having the img-responsive in combination with img-thumbnail will set display: block to display: inline block.
img-responsive
img-thumbnail
display: block
display: inline block