joe223/tiny-swiper

RTL support

Opened this issue · 0 comments

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.