This repository has been archived by the owner on Oct 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Add RTL Support #756
Labels
Milestone
Comments
I second this request |
I use v2.1 and you cna following step to try to fix it.
change to
step 2: find
change to
step 3: find
change to
step 4: find
change to
step 5: find
} change to
} step 6:
The default value of 'rtl' is false. |
Please marge this patch into master branch of the project for core support RTL. |
Merged #1561 :) |
Merged
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It would be useful if FlexSlider's JavaScript and CSS files catered for RTL (right to left) language.
This could be detected using the
dir
parameter, often added to the<html>
tag, or whichever is the standard method for detecting an RTL language page.The text was updated successfully, but these errors were encountered: