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

RTL Support #130

Open
gokhanartuk opened this issue Nov 19, 2015 · 1 comment
Open

RTL Support #130

gokhanartuk opened this issue Nov 19, 2015 · 1 comment

Comments

@gokhanartuk
Copy link

Hi

Having problem about using in rlt supported pages. Actually When I add dir="rtl" to page nothin is working correctly. Are u planing to have rtl support in soon?

@Mottie
Copy link
Contributor

Mottie commented Nov 19, 2015

Hi @gokhanartuk!

I don't think anyone is actively maintaining this plugin, but if you want it to work when a page is set for RTL, add the following css to fix it (demo):

.movingBoxes {
    direction: ltr;
    unicode-bidi: bidi-override;
}

Switching the wrapper to LTR shouldn't effect the content in the panels... also, set the startPanel to show the last panel.

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

No branches or pull requests

2 participants