Increase tile height for album thumbnails, making them 4:3.

This commit is contained in:
Aaron van Geffen 2017-11-09 15:57:16 +01:00
parent ee9bdd45c0
commit e439a074a6
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{