Skip to content

Instantly share code, notes, and snippets.

View ignacioricci's full-sized avatar

Ignacio Ricci ignacioricci

View GitHub Profile
@ignacioricci
ignacioricci / pins.js
Created August 28, 2012 21:53
Lightweight Pinterest Column JS (Jquery)
var colCount = 0;
var colWidth = 0;
var margin = 20;
var windowWidth = 0;
var blocks = [];
$(function(){
$(window).resize(setupBlocks);
});