This is an example for 4 columns and thumbnails with a width of 194px and a height of 100px.
In file `inc_header.php`
find
`
setOption('personnal_thumb_width', '267', false);
setOption('personnal_thumb_height', '133', false);
`
change '267' to '194'
change '133' to '100'
#####################
In file `inc_print_album_thumb.php`
find
`if ($x == 3) {$lastcol=' class="lastcol"'; $x = 0;}`
change $x == 3 to $x == 4
#####################
In file `css/screen.css`
find
`
div#album-wrap ul li {
width: 273px;
...
...
}
`
change the width to 200px (= 194px + padding of 3px)