Search code examples
vue.jsgridvuejs2vue-componentphoto-gallery

Responsive image grid gallery for vue js


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?


Solution

  • I found a great component for it : vue-masonry