|
looks lke i partially fixed this by changing in showphoto.php -
$highf = 15;
$lowf = 14;
$middlef = 8;
if ( $Globals['filmstrip'] == "top" || $Globals['filmstrip'] == "bottom" )
{
$splitf = 5;
}
else
{
$splitf = 3;
}
$previewwidth = ($Globals['previewwidth'] + 3) * 3;
but yet when you click on the 'more' link, it reverts back to showing 7 images across... must be in the javascript coding - which i know nothing about..
|