Created
October 8, 2021 02:20
-
-
Save daybrush/75d8d3cbb41c5a19c40e2056e9fb51fb to your computer and use it in GitHub Desktop.
This file contains 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
import { MasonryInfiniteGrid } from "@egjs/infinitegrid"; | |
const ig = new MasonryInfinitegrid("#container", { | |
gap: 5, | |
}); | |
ig.gap = 10; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment