解决bootstrap下的图片自适应问题

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}
原文地址:https://www.cnblogs.com/qjuly/p/9809910.html