Advertisement
ttjobseeker

masonry.js

Mar 5th, 2015
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  $('#container').masonry({
  2.             itemSelector : '.content-block',
  3.             columnWidth: 3,
  4.             gutterWidth: 0,
  5.             isFitWidth: true,
  6.             isAnimated: true
  7.             });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement