Answers for "bootstrap 5 carousel max width image?"

CSS
7

size carousel bootstrap 4

.carousel .item {
  height: 300px;
}

.item img {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 300px;
}
Posted by: Guest on July-28-2020
0

Bootstrap Carousel Custom Width

.carousel-caption {
   background-color: #b3be35;
    border-radius: 20px;
    color: white;
    max-width:100%;
    left:0 !important;
    right:0 !important;
    opacity: 0.9;
}
Posted by: Guest on March-17-2022

Code answers related to "bootstrap 5 carousel max width image?"

Browse Popular Code Answers by Language