【发布时间】:2013-10-07 21:41:08
【问题描述】:
bootstrap 3 包含 .img-responsive 类
它应用了这些 CSS 设置
display: block;
height: auto;
max-width: 100%;
为什么没有max-height:100%;?
我发现添加它也可以使图片在高度方面也适合,但我不确定为什么它被遗漏了,也不确定在其他浏览器中会产生什么后果。
【问题讨论】:
标签: html css twitter-bootstrap twitter-bootstrap-3