shershen08 / vue-masonry

💠 Vue.js directive for masonry blocks layouting ✅
MIT License
677 stars 81 forks source link

Support customized direction? #88

Closed qiangbro closed 5 years ago

qiangbro commented 5 years ago

vue-masonry is very cool. Do you have plan to Support customized direction? Just Likes, fill the black area from Left to Right, with tiles that their height are fixed? image

shershen08 commented 5 years ago

Do you mean adding a support for the https://masonry.desandro.com/options.html#originleft property of the original masonry lib ? if yes - then did you try to add attribute origin-left="false" https://github.com/shershen08/vue-masonry#properties ?

shershen08 commented 5 years ago

closing due to inactivity