lucaspulliese / vue-cool-lightbox

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

RTL issue #53

Closed deasurv closed 4 years ago

deasurv commented 4 years ago

Hi. First of all, thanks for your useful and beautiful tool!

I realized lightbox doesn't work good in RTL pages or every wrapper that has "dir: rtl" property. it only shows first image.

Hope you fix this soon :)

lucaspulliese commented 4 years ago

Hi @deasurv!

Thanks! I'm glad that you liked.

Sure, I will try to reproduce this fix and I will fix it 👍

lucaspulliese commented 4 years ago

Hi again!

Now in version 2.5.0 you can use it when a wrapper has direction: rtl, you can set a new prop dir="'rtl'" and it will work fine.

If everything is ok please close the issue.

deasurv commented 4 years ago

Hey!

"dir" prop solved the problem! Thanks!

Keep it up!