3

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?

Ahad Yekta
  • 123
  • 1
  • 9

2 Answers2

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
0

I found a great component for it : vue-masonry

Ahad Yekta
  • 123
  • 1
  • 9