Open Ridermansb opened 9 years ago
Hi, you must import to using jQuery. At the top-left page under "Frameworks & Extensions"
Sorry, imported! :http://jsfiddle.net/1kbpkh80/1/
you can try with that:
var wall = new freewall("#pinterest");
wall.reset({
selector: '.pin',
cellW: 200,
cellH: 'auto',
onResize: function() { return wall.fitWidth(); }
});
wall.fitWidth();
wall.container.find('.pin img').load(function() {
wall.fitWidth();
});
and for easy you can set .pin with display: inline-block or float: left ..
I'm trying to use the layout on pinterest however unsuccessfully format: The following example
http://jsfiddle.net/1kbpkh80/1/