carousel slider bootstrap 4 images should be of same size code example
Example 1: size carousel bootstrap 4
.carousel .item {
height: 300px;
}
.item img {
position: absolute;
top: 0;
left: 0;
min-height: 300px;
}
Example 2: how to make full screen images slider in bootstrap 4