Bootstrap img-responsive类在Firefox中不起作用?

时间:2014-12-22 03:20:46

标签: twitter-bootstrap firefox

在此查看演示:http://s.codepen.io/resting/debug/WbxBpL
它在Chrome和Safari中看起来很不错,但img-responsive类似乎无法在Firefox中运行。

笔:http://codepen.io/resting/pen/WbxBpL

1 个答案:

答案 0 :(得分:0)

我想我在这里找到了答案:https://github.com/twbs/bootstrap/issues/10690

添加以下内容。

table .img-responsive {
  width: 100%;
}