bootstrap放置图片时当图片缩小不能自适应网页大小
html:
<div id="login-logo-header">
<img src="images/icon_logo.png" width="auto" height="45px" style="margin-left:10%;margin-top:6px"/>
<img src="images/login4.jpg" class="img-responsive" alt="">
</div>
<div class="ma0 clearfix small-wrapper" style="max-width: 1200px; width: 100%; ">
css:
.img-responsive {
display: block;
max-width: 100%;
height: auto;
}
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
你都用做背景了……和你上面贴的html不一样吧。。
width:100%吧
图片在css的background(url)里面,图片在css的background(url)里面,添加了bootstrap,也添加了bootstrap.responsive,图片用的类是img-responsive,,表格暂时没有用类,图片就是有问题不知道怎么做。。