Last active
August 29, 2015 13:55
-
-
Save cadecairos/8788050 to your computer and use it in GitHub Desktop.
Make Gallery Generator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="text/javascript" src="//makeapi.webmaker.org/gallery.js" ></script> | |
<script type="text/javascript"> | |
// Generate a Gallery | |
var gallery = new MakeGallery({ | |
tags: "makerParty", | |
contentType: "application/parapara" | |
}, "#gallery-div" ); | |
// regenerate gallery | |
gallery.update(); | |
// change search parameters, generate gallery | |
gallery.update( newOptions ); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment