课程
/前端开发
/Bootstrap
/玩转Bootstrap(基础)
请问谁知道图片在bootstrap里怎么实现自适应呢?
2014-08-07
源自:玩转Bootstrap(基础)
正在回答
bootstrap的网格已经具有了自适应功能,在head里面加上这个<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>,
同时图片不能指定宽和高,比如:width:xxxpx;要用百分比表示:width: 100%;
bootstrap中的网格已具备自适应功能了。
<div class="container-fluid"> <div class="row"> ... </div>
</div>
里面放置你的grid就OK了
举报
告诉你使用Bootstrap,并且能够独立定制出适合自己的Bootstrap
3 回答
1 回答
6 回答
2 回答