jQuery Diamonds Plugin Demo

<link href="diamonds.css" />
<script src="jquery.diamonds.js"></script>
<script>
	$("#flickrItems").diamonds({
	    size : ,
	    gap :  ,
	    hideIncompleteRow : , // default: false
	    autoRedraw : , // default: true
	    itemSelector : ".item"
	});
	// Check out your browser's console for methods and events that are called.
	// If autoRedraw is true, try resizing your browser window.
</script>