desandro / masonry

:love_hotel: Cascading grid layout plugin
https://masonry.desandro.com
16.28k stars 2.11k forks source link

How can using Masonry with RTL direction #1111

Closed nyn05 closed 4 years ago

nyn05 commented 4 years ago

Hi, guys Thanks for your good plugin, can you help me how can use this plugin with RTL direction? in fact, I want to set the right CSS element style instead of left for set elements position.

nyn05 commented 4 years ago

I found this at https://masonry.desandro.com/options.html#originleft by setting originLeft: false the elements show from right to left.