nir9 / itemslide

JavaScript Touch Carousel Library with Zero Dependencies
https://itemslide.org
MIT License
647 stars 85 forks source link

dos you have solution for RTL #94

Closed ehsanwwe closed 3 weeks ago

ehsanwwe commented 3 years ago

i try to get Right to left result by testing left_sided = true; but the visual result was the same as past

nir9 commented 3 years ago

Check out the example https://itemslide.org/examples/left_carousel/

Is that what you meant? On Jul 19, 2021, 13:45 +0300, ehsanwwe @.***>, wrote:

i try to get Right to left result by testing left_sided = true; but the visual result was the same as past —You are receiving this because you are subscribed to this thread.Reply to this email directly, view it on GitHub, or unsubscribe.

ehsanwwe commented 3 years ago

the RTL must start from right and first block stick to the right of the page i solve my problem by editing the source you can see here ( see this website in mobile view ) https://khanehtazeh.revera.ir/mainpage/09351431453

nir9 commented 3 years ago

If you have a solution can you open a pull request with the change you make in the source code?

nir9 commented 3 weeks ago

closing due to inactivity