I need a responsive image grid component for vue that show images with different size . There are some good jquery plugins for that , but I cannot use it in my vue based page because of lazy load of images in scroll. the jquery set heights and widths only in the initial page load . Is there any good component or a solution to use the jquery plugin?
Asked
Active
Viewed 6,858 times
2 Answers
3
I created a lightweight package that allows you to do this without having to know the image sizes beforehand: vue-stack-grid.

Wouter Florijn
- 2,711
- 2
- 23
- 38