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

Can't set the carousel direction to be right-to-left #68

Open
amr-algendy opened this issue Apr 12, 2021 · 1 comment
Open

Can't set the carousel direction to be right-to-left #68

amr-algendy opened this issue Apr 12, 2021 · 1 comment

Comments

@amr-algendy
Copy link

I need to set the carousel direction to right-to-left, meaning that the first element is to be on the far right and the scrolling shall be done to the left initially (no loop)

@leandroibarra
Copy link

Hello, you can try adding below css properties to carousel-container element to apply needed behavior. They worked for my with loop:

-moz-transform: scale(-1, 1); -webkit-transform: scale(-1, 1); -o-transform: scale(-1, 1); -ms-transform: scale(-1, 1); transform: scale(-1, 1);

May be you need. Regards.

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

2 participants