Can anyone help me troubleshoot my issue with fitting an image into the bootstrap carousel? I've tried adjusting the CSS, but it's not working. Any advice or suggestions would be greatly appreciated!
Here is a screenshot for reference: https://i.sstatic.net/oRndP.png
Below is the CSS code I am currently using:
/* Carousel */
.carousel {
height: 100%;
}
.carousel .item {
height: 300px;
}
.carousel-item img {
position: absolute;
top: 0;
left: 0;
min-height: 300px;
}