I am trying to program a site with a vertical "pile" of images. This will simply be an unordered list of images. The part where jquery comes in is that I want the list to vary according to the height of the viewport. If I load a page with lots of content I want the list to show more images, so that it "fills" the page.
I could of course just make one image and use it as a background and repeat it vertically, but the effect I'm looking for is non-repeating content.