Hello!
I wonder how I view more than 9 pics per page.
I have set config.php like this:
/* Defaults */
$gallery->app->default["bordercolor"] = "black";
$gallery->app->default["border"] = "1";
$gallery->app->default["font"] = "arial";
$gallery->app->default["cols"] = "4";
$gallery->app->default["rows"] = "4";
.........
But i still only views 3x3 pics per page - what do i do wrong?
Posts: 314
The settings in the setup only apply to new albums. You have to change this setting for existing albums in the [properties] box.
Posts: 8
Thank you! :cool: