Skip to content

Instantly share code, notes, and snippets.

@daybrush
Created October 8, 2021 02:20
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 daybrush/75d8d3cbb41c5a19c40e2056e9fb51fb to your computer and use it in GitHub Desktop.
Save daybrush/75d8d3cbb41c5a19c40e2056e9fb51fb to your computer and use it in GitHub Desktop.
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