Swiper - slide vertical not working properly

If I adjust the slider to vertical then it will not work properly. The height off the slider takes all off the page and pushes the content down;

example

Did you have the Slider a vertical height?

Oookee ! Maybe possible to put this in the properties of the swiper ?

Thank you

How did you do it when I put vertical, it was the page on 20000vh ^^

Please help @Teodor

https://stihl.website/swp.php

@vdweyer Hello, do you have an example of code, thank you

I managed to partially correct the height problem by autoheight height, but also by adding css

<style>
        .swiper-autoheight,
            {
            height: 80vh !important;
        }

        .swiper-autoheight .swiper-slide {
            height: 80vh !important;

        }
    </style>

on the other hand I have a problem, the function number of slides per view, does not work how to have three displayed at the same time?

thank you

https://stihl.website/swp.php

<div is="dmx-swiper" id="swiper5" dmx-bind:slides="ListeAvis.data.query" class=" pt-3 pb-3 ps-3 pe-3" dmx-bind:initial-slide="1" autoplay="true" speed="10000" style="" vertical="true" slides-per-view="3" auto-height="true" slides-per-group="3" space-between="30" loop="true">