【发布时间】:2017-02-17 11:32:57
【问题描述】:
我正在为一家公司创建一个网站,他们的摄影师问我网站上的图片是什么尺寸。
我使用 CSS Bootstrap 和网格系统,例如:
<div class="col-md-12">
<div class="fh5co-grid" style="background-image: url(images/xxxx-1-2.jpg);">
<a class="image-popup text-center" >
<div class="prod-title ">
<h3 style="height:5%;"> “text"”</h3>
</div>
</a>
</div>
</div>
所以在服务器上图像的大小是 474 x 698 像素,但是网格系统会稍微裁剪图像?
网格系统使用什么尺寸/尺寸?
非常感谢
【问题讨论】:
标签: html css image twitter-bootstrap