X-Git-Url: http://git.shiar.nl/minimedit.git/blobdiff_plain/8dfcd9f98a316599cae7d94f56069c4ba79d2c93..e3be85e24011ce42b9c48e19a21b9e7faba72767:/foto/index.php diff --git a/foto/index.php b/foto/index.php index d3e9898..e9b9521 100644 --- a/foto/index.php +++ b/foto/index.php @@ -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.'"';