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
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 .
Most helpful comment
You can add the following style rule to reset the direction.
Please re-open if the problem persists