You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 8, 2025. It is now read-only.
When the html element use dir="rtl" attribute, and we set the slider plugins with ['infinite', 'rtl'], the slider is blank. But when I remove the 'infinite' plugin, it works.
To Reproduce
Steps to reproduce the behavior:
Use dir="rtl" on parent html element
Use plugins ['rtl']
It works
Then use plugins ['rtl', 'infinite']
It doesn't work and the slider goes blank
Expected behavior
It should work as what it is on left to right direction.