forked from Public/pics
AlbumIndex: set thumbnail dimensions for 'no thumb' images too
This commit is contained in:
parent
b8c53d7d4d
commit
4c928af9ad
@ -60,7 +60,8 @@ class AlbumIndex extends Template
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
echo '
|
echo '
|
||||||
<img src="', BASEURL, '/images/nothumb.svg" alt="">';
|
<img src="', BASEURL, '/images/nothumb.svg" alt="" style="width: ',
|
||||||
|
static::TILE_WIDTH, 'px; height: ', static::TILE_HEIGHT, 'px">';
|
||||||
|
|
||||||
if ($this->show_labels)
|
if ($this->show_labels)
|
||||||
echo '
|
echo '
|
||||||
|
Loading…
Reference in New Issue
Block a user