forked from Public/pics
Increase tile height for album thumbnails, making them 4:3.
This commit is contained in:
parent
ee9bdd45c0
commit
e439a074a6
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user