我想在使用bootstrap的轮播中使用缩略图 在此处找到了解决方案:Twitter Bootstrap 2 carousel - display a set of thumbnails at a time like jcarousel
它工作正常,但高度小于div的水平图像看起来朝向顶部对齐。我应该如何使它出现在中间...意味着从顶部和底部的边距应相同
答案 0 :(得分:0)
试试这个
.carousel .item img {
vertical-align: middle;
}