图像非常压扁 - ASP.NET和Bootstrap

时间:2017-07-30 22:54:31

标签: asp.net twitter-bootstrap

无论我如何尝试使用HTML,我的ASP.NET页面(使用Bootstrap)下面显示的图像都非常小,而且很小。它的意思是279px乘65px,但它最终要小得多。我究竟做错了什么?无论我使用自适应图像标签,不指定宽度和高度,还是不要等等,我都无法以正常尺寸渲染它。

Image

<div class="row">
    <div class="col-lg-12">
        <img src="/Content/Priceline.Cloud_Big.png" class="img-responsive" alt="Responsive image" width="279" height="65">
    </div>
    <div class="col-md-8">
        <p>This website can be used to attach new log files to Cloud Capture monitoring, or review existing log file data captured from our retail network.</p>
        <p>To access the menu, please click the Open Administration Menu button</p>
    </div>
</div>

0 个答案:

没有答案