在哪设置图片的大小

来源:3-24 图像

weibo_心吋幻想旳少年_0

2015-09-08 16:43

在哪设置图片的大小

写回答 关注

2回答

  • 荼酒
    2015-09-08 17:18:03
    已采纳
    <img src="img/01.png" class="img-responsive" style="width: 200px;height: 200px;">

    img给个img-responsive样式,定义宽和高就可以了,希望对你有用

    乐只君子

    <div class="col-sm-4" style=""> <img class="img-rounded" alt="140x140" src="http://placehold.it/140x140" height="100px"> <div>圆角图片</div> </div> 这才是正确做法

    2015-10-24 20:01:52

    共 3 条回复 >

  • 乐只君子
    2015-10-24 20:02:01

        <div class="col-sm-4" style="">
          <img  class="img-rounded" alt="140x140" src="http://placehold.it/140x140" height="100px">
            <div>圆角图片</div>
        </div>

玩转Bootstrap(基础)

告诉你使用Bootstrap,并且能够独立定制出适合自己的Bootstrap

314544 学习 · 2275 问题

查看课程

相似问题