Swiper verticle auto height possible?

new Swiper('.wb_body', {
            // Optional parameters
            direction: 'vertical',
            loop: false,
            autoHeight: true,
            resistanceRatio: '0',
            allowTouchMove: false,
            navigation: {
                prevEl: '.ww_prev_button',
                nextEl: '.ww_next_button',
            },
            on:{
                slideNextTransitionStart() {
                     
                },
                slidePrevTransitionStart(){
                         
                },
            },
        });

No, it is only for horizontal mode

Okk,Thank you for your replay