foto: keep static images of height 250
[minimedit.git] / foto / index.php
index d3e989873ca9c3491f9875c864b6e1ca5c4e8531..e9b9521f76b6e5fc36e3094ab6a6d9865c3022f8 100644 (file)
@@ -36,7 +36,7 @@ function showthumb($path)
 {
        // assume all album entries are symlinks to archive originals
        $target = preg_replace('{^(\.\./)*}', '', readlink($path));
-       $thumb = 'thumb/200/' . $target;
+       $thumb = 'thumb/250/' . $target;
 
        @list ($order, $size, $title) = explode(':', pathinfo($path, PATHINFO_FILENAME), 3);
        $imgtag = 'img src="/'.$thumb.'"';