To adjust the height of a Webflow slider, you need to change the height settings of the Slider, Slide, and optionally the Mask elements to match your desired image size.
1. Select the Slider Component
- Click on the Slider in your canvas or select it from Navigator.
- In the Style panel, set the Height (e.g., 600px or 100vh) depending on how tall you want the slider.
2. Set the Slide Height
- Select one of the Slide elements inside the slider.
- In the Style panel, set the Height value to match the Slider height (e.g., 600px).
- Apply the same height to all other Slides for consistency.
3. Adjust the Mask Height (If Needed)
- The Mask is the element that reveals the slides.
- Select the Mask and set its Height to match the slider (e.g., 600px).
- This ensures the images are not being clipped vertically.
4. Ensure Images Fit
- If your images extend beyond the slide or appear stretched, adjust their settings:
- Set the image Width: 100% and Height: 100%, and use object-fit: cover to preserve proportions.
- Alternatively, wrap the image in a div block, size the div as needed, and style the image inside for more layout control.
Summary
To make your Webflow slider taller, set a larger height on the Slider, each Slide, and optionally the Mask. Make sure your images and their containers scale correctly within these elements.