Skip to content

Instantly share code, notes, and snippets.

@atelierbram
Last active April 2, 2017 09:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atelierbram/0130f5921aedbbefdac7f674203bf462 to your computer and use it in GitHub Desktop.
Save atelierbram/0130f5921aedbbefdac7f674203bf462 to your computer and use it in GitHub Desktop.
<!-- Main JS -->
<script src="js/main.js"></script>
<!--lightbox-->
<script src="js/lightbox.min.js"></script>
<script src="//npmcdn.com/isotope-layout@3/dist/isotope.pkgd.js"></script>
<script>
$('.grid').isotope({
itemSelector: '.grid-item',
masonry: {
columnWidth: 400,
gutter: 10,
isFitWidth: true
}
});
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment