From e439a074a67761ff16aece21d024804b7e82da2d Mon Sep 17 00:00:00 2001 From: Aaron van Geffen Date: Thu, 9 Nov 2017 15:57:16 +0100 Subject: [PATCH] Increase tile height for album thumbnails, making them 4:3. --- templates/AlbumIndex.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {