Closed amirnaeem closed 2 years ago
I came across this issue the slider structure was not properly initializing on rtl sites. After doing some debugging if we add direction: ltr; on the slider container it started working fine without any issues.
direction: ltr;
Thanks!
I came across this issue the slider structure was not properly initializing on rtl sites. After doing some debugging if we add
direction: ltr;
on the slider container it started working fine without any issues.