自动调整图像大小并仍然响应?

时间:2015-04-08 23:59:23

标签: css css3 twitter-bootstrap twitter-bootstrap-3

我修改了我的图片的自动调整大小:

.div {
height:80px;
width:80px;
}

.div img {
max-width:100%; 
max-height:100%;
margin:auto;
display:block;
}

但现在我的Bootstrap-3模板中的图像不再响应了。是否可以为所有设备尺寸获取响应式图像并自动调整大小?现在我只实现了一个或另一个。 THX。

0 个答案:

没有答案