akiran / react-slick

React carousel component
http://react-slick.neostack.com/
MIT License
11.72k stars 2.1k forks source link

RTL issue #1828

Open tareq-rezk opened 4 years ago

tareq-rezk commented 4 years ago

carousel doesn't work properly in RTL direction, I found a way to make it work but I can't implement it with out your help, make inline-style of slick-track ( transform: translate3d (1,2,3) ) first value always be positive not negative value. it will fix issue. How can I make this value always positive in RTL,

ilyes-bouhari commented 3 years ago

@tareq-rezk i had the same issue and i added

.slick-slide { float: left !important; }

it works for me now

s1576573 commented 2 years ago

I encountered the same issue, try this package instead: https://github.com/ryangphan/react-slick-pnth . It is also react-slick, but with improved rtl support