jQuery plugin to auto justify HTML elements
Download the production version or the development version.
In your web page:
<script src="jquery.js"></script>
<script src="jquery-justify.min.js"></script>
<script>
jQuery(function($) {
$('#imageList').justify();
});
</script>
<div id="imageList">
<img src="cat1.jpg" height="75" width="75">
<img src="cat2.jpg" height="75" width="75">
<img src="cat3.jpg" height="75" width="75">
</div>
(Coming soon)
(Nothing yet)