【发布时间】:2023-03-19 16:46:01
【问题描述】:
所以,我正在使用 Bootstrap 制作图片库... 问题是我不能制作四个图像,两个在上面,三个在上面,三个在左下角垂直图像。你可以在图片中看到我有四张图片放置得很好,但垂直的一张在它们下面......
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<img class="img-responsive col-md-4" src="img/gallery/potok.jpg">
<img class="img-responsive col-md-4" src="img/gallery/potok.jpg">
<img class="img-responsive col-md-4" src="img/gallery/potok.jpg">
<img class="img-responsive col-md-4" src="img/gallery/potok.jpg">
<img class="img-responsive col-md-4" src="img/gallery/potok.jpg">
<img class="img-responsive col-md-4" src="img/gallery/potok.jpg">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-12">
<img class="img-responsive col-md-5" src="img/gallery/simon.jpg">
<img class="img-responsive col-md-5" src="img/gallery/simon.jpg">
</div>
</div>
我应该尝试什么? here is the image
【问题讨论】:
-
无法准确理解您的要求。你能举例说明应该如何显示图像吗?
标签: javascript html css bootstrap-4