- Issue created by @marwen.blel
- Status changed to Needs review
8 months ago 11:50pm 21 June 2024 - Status changed to Active
7 months ago 7:04pm 26 June 2024
I have created a view with images, iam using arabic language means dir is RTL. The carousel works fine when ltf dir but for rtl it shows one image then blanc image!
It's simple solution:
Put in any css file of the module, this code:
.owl-carousel,
.bx-wrapper { direction: ltr; }
.owl-carousel .owl-item { direction: rtl; }
May be we could fix that by js rest params of owl carousel, by putting rtl:true;
The interface now works fine.
Active
3.0
User interface