Skip to content

Instantly share code, notes, and snippets.

@jgrant41475
Last active November 30, 2017 13:08
Show Gist options
  • Save jgrant41475/84126a409fe3144aacd38314d252c0ea to your computer and use it in GitHub Desktop.
Save jgrant41475/84126a409fe3144aacd38314d252c0ea to your computer and use it in GitHub Desktop.
Content Gallery
@jgrant41475
Copy link
Author

$(document).ready(function() {
let listOfIds = [ 1, 2, , 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44 ];
let gridSize = [ 3, 4 ];

  makeGrid(listOfIds, gridSize);
})

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment