我正在制作完整尺寸的图像,它将覆盖整个超长波,但是该图像是从超长波出来的,有人可以帮我解决这个问题吗
<div class="col-md-12">
<div class="jumbotron" style="position:relative;">
<img src="images/bg_image%20(1).jpg" alt="jumbotron" style="position:absolute; top:0; bottom:0; left:0; right:0; background-size:cover;">
</div>
</div>
最佳答案
使用类.img-responsive
。显然图像将包含足够的宽度。
<div class="jumbotron" style="position:relative;">
<img src="Add a new customer SmartStore.NET administration.png" class="img-responsive" alt="jumbotron" style="position:absolute; top:0; bottom:0; left:0; right:0; background-size:cover;">
</div>
关于css - 我的背景图像不适合Bootstrap Jumbotron内部,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/38866380/