lucaspulliese / vue-cool-lightbox

Vue.js lightbox inspired by fancybox.
https://vue-cool-lightbox.lucaspulliese.com
341 stars 55 forks source link

RTL - images Appear slightly off center #98

Open AO-IO opened 3 years ago

AO-IO commented 3 years ago

When using dir="rtl" all of the images appear like this on mobile (except the first one) :

image

even on desktop its a bit off-center when using dir="rtl"

the body has dir="rtl" aswell.

Any solution to this issue?