-
-
Notifications
You must be signed in to change notification settings - Fork 232
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
feat: Support for ordering images right to left #460
base: master
Are you sure you want to change the base?
Conversation
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
@gingerchew @biati-digital Sorry to bother, is this enhancement still being considered? |
Hey there @DenverCoder1, as far as I know RTL support is still on the way, but I don't think it will be in v3 as we are in a feature freeze to get ready for v4. Stalebot is a little aggressive and possibly using an unhelpful label. |
Resolves #459
This adds support for the
direction
option in Glightbox which allows the images to flow from right to left instead of left to right to make it more natural for rtl language interfaces (such as Arabic and Hebrew).When the
direction
is set tortl
, pressing the left arrow key, left lightbox button, or swiping right will advance to the next image and pressing the right arrow key, right lightbox button, or swiping left will go to the previous image. The slide and slideBack CSS effects are also reversed.