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
Hi, I would like to discuss the possibility of adding RTL support, such as https://swiperjs.com/demos#rtl
It should either detect document.body.getAttribute('dir') === 'rtl' or we can supply a setting in options such as isRTL: true
The library is very useful on both smart and desktop devices, except on an OS where the UI is RTL.
The text was updated successfully, but these errors were encountered:
Hi, I would like to discuss the possibility of adding RTL support, such as https://swiperjs.com/demos#rtl
It should either detect
document.body.getAttribute('dir') === 'rtl'
or we can supply a setting in options such asisRTL: true
The library is very useful on both smart and desktop devices, except on an OS where the UI is RTL.
The text was updated successfully, but these errors were encountered: