我目前正在使用Twitter Bootstrap 3,并且在创建响应图像时遇到了问题。我上过img-responsive
课。但是图像尺寸没有扩大。如果我使用width:100%
而不是,max-width:100%
那么它运行完美。问题出在哪里?这是我的代码:
<div class="col-md-4 col-sm-4 col-xs-12 ">
<div class="product">
<div class="product-img ">
<img class="img-responsive" src="img/show1.png" alt="" />
</div>
</div>
</div>