Responsive image align center bootstrap 3

前端 未结 18 1143
半阙折子戏
半阙折子戏 2020-11-29 14:16

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

18条回答
  •  天命终不由人
    2020-11-29 14:59

    To add to the answers already given, having the img-responsive in combination with img-thumbnail will set display: block to display: inline block.

提交回复
热议问题