You are here

jQuery plugin: FlexSlider now with RTL Support

UPDATE: RTL support is merged to the upcoming 2.7.0 version of FlexSlider.

FlexSlider is an awesome, fully responsive and almost perfect jQuery slider plugin. Unfortunately it lacks RTL support. The good news is that it required few CSS and JS modifications to add the RTL support to it.

All you need to do is add rtl: true to your options when initializing the slider:•••••

$('.flexslider').flexslider({
                animation: "slide",
                rtl: true
              });

I've forked the project at GitHub and added an rtl branch if you want to check it out and download it. Enjoy!

Let me know if you faced any RTL related issues.

Average: 3.8 (12 votes)