To have a constant flow of images on different devices, you will need to specify a width and height value for each element of the carousel image, for example, here, in my example, the image will have a full width, but with a height of "400px" (you can specify your personal value )
<div class="item"> <img src="image.jpg" style="width:100%; height: 400px;"> </div>
source share