I recently integrated the VUE Carousel 3D Slider on my website, but I'm facing an issue with controlling the height of the slides. There seems to be excessive space below the slider because the slides are unnecessarily tall. I attempted to adjust the height by targeting the parent element:
#vue-slider {
height: 100%;
}
Unfortunately, this did not resolve the issue.
Is there a specific setting to properly adjust the slider's height?
You can view the slider in action at the following link, located just below the header:
Please note that there may be a slight delay in loading the page.