Spotify Album Masonry
You can find the actual reference here
Example use here
Download
Github
Dependency
jQuery
Usage
<!-- Import jquery.js & masonry.js --
<script src="js/libs/jquery.js"></script>
<script src="js/libs/masonry.js"></script>
<!-- Create empty container -->
<div class="masonry">
</div>
<!-- Call the function -->
<script>
// images array
var images = ["<image1>","<image2>"];
// parameters [container,images,size] respectively
masonry.init(".masonry",images,100);
</script>
Licence
It’s Licenced under MIT