How to make carousel height adjust automatically based on content
If your carousel has slides with different amounts of content, you can set it to automatically resize its height. Follow the steps below:
1. Check element positioning
Make sure all elements inside your carousel are positioned relative.

2. Open the Advanced panel
Select your carousel, then open the Advanced panel.

3. Add the auto-height attribute
- Go to the Styles tab.
- In the Attributes section, paste the following:
auto-height="true"

Make sure each slide’s height is set to 100% so the carousel adjusts properly.