foto: increase thumbnail height for exceptional rows
[minimedit.git] / foto / index.php
index e9b9521f76b6e5fc36e3094ab6a6d9865c3022f8..4b61f37c08a36830db868574cc6ba1984d0bec4d 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/250/' . $target;
+       $thumb = 'thumb/262/' . $target;
 
        @list ($order, $size, $title) = explode(':', pathinfo($path, PATHINFO_FILENAME), 3);
        $imgtag = 'img src="/'.$thumb.'"';