That is because your images are not of the same resolution and dimensions. To do that, either you can upload images with similar dimensions or use custom css to have a fixed height to your carousel images.
For example you can add a class ‘custom-class’ on your carousel widget and add this styling
.custom-class {
.widget-carousel-item img {
height: 500px;
}
}
Hope this helps.
That is because your images are not of the same resolution and dimensions. To do that, either you can upload images with similar dimensions or use custom css to have a fixed height to your carousel images.
For example you can add a class ‘custom-class’ on your carousel widget and add this styling
.custom-class {
.widget-carousel-item img {
height: 500px;
}
}
Hope this helps.
Click on the widget and you can set the max height to be the height of the shortest image.
Click on the widget and you can set the max height to be the height of the shortest image.