Skip to content

Instantly share code, notes, and snippets.

@tealtan
Created January 22, 2015 20:43
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tealtan/8901fc487daaa543fa0f to your computer and use it in GitHub Desktop.
Save tealtan/8901fc487daaa543fa0f to your computer and use it in GitHub Desktop.
Fuego Packery Fix??
<script type="text/javascript">
try {
Typekit.load({
active: function() {
$('.fuego-itembox-container').packery();
}
})
} catch(e) {}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment