Skip to content

Instantly share code, notes, and snippets.

@memetican
Created August 30, 2023 07:35
Show Gist options
  • Save memetican/5a15e8278de208191beb0fb149e5a754 to your computer and use it in GitHub Desktop.
Save memetican/5a15e8278de208191beb0fb149e5a754 to your computer and use it in GitHub Desktop.
Macy.js
<script src="https://cdn.jsdelivr.net/npm/macy@2.5.0/dist/macy.min.js"></script>
<script>
var macy = Macy({
container: '#macy-container',
trueOrder: false,
waitForImages: false,
margin: 24,
columns: 3, // Webflow desktop and above
breakAt: {
991: 3, // Webflow tablet
767: 2, // Webflow landscape
479: 1 // Webflow portrait
}
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment