I'm under the understanding that the pages are dynamically built as they're served. Is this is the case, is it possible to dynamically adjust the number of albums or objects shown on each page (before paging) based on the available browser space? Of course it's possible, anything's possible with enough coding, but is that a supported feature?
For example, I'd like to specify a fixed thumbnail size, and then based on the browser session, have GSP figure out how many objects wide by how many tall will fit into the current browser, and then serve up that many and then paginate by that increment.