Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

Bootstrap Carousel Image Not Display in Full Width

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
display: block;
height: auto;
max-width: 100%;
line-height: 1;
width: 100%; // Add this
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #Bootstrap #Carousel #Image #Not #Display #Full #Width
ADD COMMENT
Topic
Name
5+7 =