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 problem #5

Open
Shaked opened this issue Feb 11, 2017 · 2 comments
Open

RTL problem #5

Shaked opened this issue Feb 11, 2017 · 2 comments

Comments

@Shaked
Copy link

Shaked commented Feb 11, 2017

Hey,

RTL pages seem to face a bug with the thumbs slider.

Changing
transform: 'translate3d(-' + (value) + 'px, 0px, 0px)'
to
transform: 'translate3d(' + (value) + 'px, 0px, 0px)'
in here

Seem to do the job.

Hope it helps,
Shaked

@sachinchoolur
Copy link
Owner

Hi @Shaked,
Thank you so much. At present, lightGallery does not support RTL mode. But I'll have a look and include the support if it is not too much of effort

@Shaked
Copy link
Author

Shaked commented Feb 11, 2017

@sachinchoolur - Thank you!

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