distribute-jquery-plugin

Ensures child elements are horizontally spaced evenly in fluid layouts

Stars
6

jQuery Distribute Plugin

This plugin allows you to evenly distribute elements across the page whilst maintaining minimum and maximum margins between them.

Find the Documentation Here

Perfect for displaying a grid of images within a fluid layout like google images. For best affect call on page load and resize, for example:

	$(window).resize(function(){
		$('#search-results ol').distribute();
	});

	$('#search-results ol').distribute();