Lightgallery: rtl problem

Created on 6 Mar 2018  路  2Comments  路  Source: sachinchoolur/lightGallery

Hi
How can I fix the problem of not displaying images in the right-to-left html document?
There is no problem when the document is left to the right.
(my English language is not good. Sorry.)
thanks

Most helpful comment

You can add the following style rule to reset the direction.

.lg-outer {
    direction: ltr;
}

Please re-open if the problem persists

All 2 comments

You can add the following style rule to reset the direction.

.lg-outer {
    direction: ltr;
}

Please re-open if the problem persists

thank it work .

Was this page helpful?
0 / 5 - 0 ratings

Related issues

lyhongpon picture lyhongpon  路  4Comments

serjrd picture serjrd  路  6Comments

preliot picture preliot  路  3Comments

KomalDivate picture KomalDivate  路  4Comments

shamw4r picture shamw4r  路  5Comments