Hello Peter,
Thank you for reaching out to us!
When you set the height in the carousel, it applies to the entire carousel, not the images themselves. By default, the image height is set to 100%, so the images will adjust accordingly. If you don’t want to set a fixed height for the carousel, I recommend ensuring all your carousel images are the same height. This way, they will automatically be responsive without needing individual height adjustments.
Currently, to ensure a consistent layout, we have set a default height of 500px for the carousel items’ parent class. When you specify a height, it will override this default. If you’d like to remove it, you can apply custom CSS targeting this class with the !important to override the default styling.
Is there anything else I can assist you with?
Thanks,