fuxingloh / vue-masonry-wall

A pure vue responsive masonry layout without direct dom manipulation and ssr support.
https://nuxt-app.fuxing.dev/vue-masonry-wall
MIT License
211 stars 31 forks source link

`masonry-bottom` adds 100px vertical space to layout #47

Open davestewart opened 2 years ago

davestewart commented 2 years ago

Hello,

Certainly enjoying the library so far.

Not quite sure why masonry-bottom exists though, or why it has a min-height of 100px (which affects my layout, as I have various wall sections on the page).

I can override it with CSS but I assume it has a purpose?

EDIT: Just checked and it appears to be something to do with the filling of columns. Could it be done in code instead?