Created on 21 June 2024, 7 days ago
Updated 26 June 2024, 2 days ago

Problem/Motivation

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!

Steps to reproduce

Proposed resolution

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; }

Remaining tasks

May be we could fix that by js rest params of owl carousel, by putting rtl:true;

User interface changes

The interface now works fine.

API changes

Data model changes

✨ Feature request
Status

Active

Version

3.0

Component

User interface

Created by

πŸ‡ΉπŸ‡³Tunisia marwen.blel

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024