mmdevcodes / a11y-slider

Library for simple and accessible sliders
https://a11yslider.js.org/
MIT License
53 stars 7 forks source link

RTL Support CSS Fix #29

Closed amirnaeem closed 2 years ago

amirnaeem commented 2 years ago

I came across this issue the slider structure was not properly initializing on rtl sites. After doing some debugging if we add direction: ltr; on the slider container it started working fine without any issues.

mmdevcodes commented 2 years ago

Thanks!