nice bubble preview in photo index view
[phpfspot.git] / phpfspot_cfg.php
index b833b99940654134a3bb1a90e00f3acc0e80e796..1be6325b8e6a7bf92a76985e0e0b1498e192fbda 100644 (file)
@@ -8,7 +8,7 @@ class PHPFSPOT_CFG {
 
    var $web_path = "/phpfspot";
 
-   var $thumb_width = "200";
+   var $thumb_width = "150";
    
    var $photo_width = "800";
 
@@ -17,6 +17,8 @@ class PHPFSPOT_CFG {
    var $path_replace_from = "/home/unki";
    var $path_replace_to = "/var/www/images.netshadow.at/htdocs/phpfspot";
 
+   var $thumbs_per_row = 3;
+
 }
 
 ?>