How to show captions below the thumbnails.

Achelousaurus dinosaur

Aerogelbrick

Atlantis Docked to Mir

A smoky day at the Sugar Bowl--Hupa

Bees Collecting Pollen 2004-08-14

BlechnumColensoi

Breslau Ring Ostseite 1890-1900

Bridge declarer
In local/config.php, insert these lines before including mini.php:
$Mini['ImgFmt'] = '<img src="%1$s" alt="%2$s" border="0"/><br/>%2$s'; $Mini['MiniFmt'] = '%s<br clear="all"/>';
In your pub/css/local.css file, or Group.css, use something like this:
a.minilink {
display: block;
width:100px;
height: 200px;
hyphens: auto;
overflow: hidden;
float: left;
margin: 4px;
font-size: 80%;
color: #888;
text-decoration: none;
}