Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

edgePadding on vertical axis not working? #833

Open
Hangloozz opened this issue Sep 11, 2023 · 0 comments
Open

edgePadding on vertical axis not working? #833

Hangloozz opened this issue Sep 11, 2023 · 0 comments

Comments

@Hangloozz
Copy link

I can't get the edgePadding working on a slider with vertical axis, if I add an edgePadding of 50 it adds whitespace on the bottom only, but slides are cut off on the height as if the slider was configurated without edgePadding. Is it possible to use edgePadding on vertical axis at all?

Settings I use:

tns({
            container: '.poster-slider',
            axis: 'vertical',
            items: 1,
            slideBy: 'page',
            swipeAngle: false,
            autoplay: false,
            speed: 400,
            navContainer: '#custom-controls-year',
            center: false,
            loop: false,
            controls: false,
            gutter: 0,
            edgePadding: 50,
            startIndex: 0,
            autoHeight: false,
        });

TS version 2 (2.9.4)
FF-117.0, Chrome 116.0
MacOS Ventura 13.5.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant