答案 0 :(得分:1)
我认为你应该在样式表上添加图片大小。
以下是您的来源
.img-responsive, .thumbnail>img, .thumbnail a>img,
.carousel-inner>.item>img, .carousel-inner>.item>a>img
{max-width:100%;height:auto;}
更改源代码如下
.img-responsive, .thumbnail>img, .thumbnail a>img,
.carousel-inner>.item>img, .carousel-inner>.item>a>img
{width:780px;height:380px;}