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;
}
你都用做背景了……和你上面贴的html不一样吧。。