Hi,
we want to have not full-screen sliders but sliders with responsive height.
In the 3.x version we simply added data-height-lg="850" data-height-md="800" data-height-sm="600" data-height-xs="500" data-height-xxs="400" go get this work. But now, nothing happens, only when we start resizing the browser window, we get the right values.
Our code:
`<section id="slider" class="slider-element slider-parallax swiper_wrapper full-width clearfix" data-height-lg="850" data-height-md="800" data-height-sm="600" data-height-xs="500" data-height-xxs="400" data-autoplay="7000" data-speed="650" data-loop="true">
