shershen08 / vue-masonry

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

Can you use append like in the original library? #133

Open dwagner320 opened 2 years ago

dwagner320 commented 2 years ago

I dont want to load all the images at once as it seems the site will respond too slow. I was thinking to use the append method (when the user scrolls down) like it is available in the original library. Is it possible to use that method with your package?