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?
I found a great component for it : vue-masonry