부트스트랩 캐러셀 background-size 속성 응용하기 /* 메인 Carousel의 전체 높이를 수정한다 */header.carousel {height: 30%;}header.carousel .item, header.carousel .item.active, header.carousel .carousel-inner {height: 100%;}header.carousel .fill {width: 100%;height: 100%;background-position: center;background-size: auto 100%;}출처 : http://www.w3schools.com/cssref/css3_pr_background-size.aspValueDescriptionPlay itautoDefault v..