A jquery plugin for resizing a grid of images to be as large as they can be based on the browser width. Go ahead, resize the browser.
The options I have included here are: numberOfColumns, horizontalOffset, and verticalOffset.
Download and try it out. Please remember, this is not an official release, so TEST as much as possible.
This example's code is: $('ul.maxgrid').maxGrid({ numberOfColumns:10, horizontalOffset: 310 });