Responsive images in tables (bootstrap 3)

前端 未结 5 1492
失恋的感觉
失恋的感觉 2020-12-15 07:05

I\'m using the Bootstrap 3 Framework and have some troubles with the \"img-responsive\" class in Firefox. I have a 4 column-Table with 15/50/10/25% layout. In the first colu

5条回答
  •  时光说笑
    2020-12-15 07:47

    add .img-responsive{width:100%;} to your css, see also: Why do Firefox and Opera ignore max-width inside of display: table-cell?

提交回复
热议问题