Just an idea for a feature in the next release:
In any web album where navigation controls are displayed on the bottom, the whole nav jumps up and down when loading images. If the image dimensions were included in the markup, that wouldn't happen.
For example, if <img src="chopping.jpg" title="chopping" alt="chopping.jpg" />
were written like this -
<div id="photograph">
<img src="chopping.jpg" alt="chopping.jpg" width="800" height="533" title="chopping" />
</div>
the nav would not move when switching to the next image.