课程
/前端开发
/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
1 回答完全看不出有什么没变化
2 回答部分图标没办法正常显示
1 回答三级响应式导航怎么做?移上去就自动下来.
2 回答类名的查找选择使用
4 回答没有icon