diff --git a/templates/AlbumIndex.php b/templates/AlbumIndex.php index 1e477ab..37d00c1 100644 --- a/templates/AlbumIndex.php +++ b/templates/AlbumIndex.php @@ -14,7 +14,7 @@ class AlbumIndex extends SubTemplate protected $row_limit = 1000; const TILE_WIDTH = 400; - const TILE_HEIGHT = 267; + const TILE_HEIGHT = 300; public function __construct(array $albums, $show_edit_buttons = false, $show_labels = true) {