forked from Public/pics
AlbumIndex: don't over-fit placeholder images
This commit is contained in:
parent
e48f065c25
commit
c6dc6bbac4
@ -61,7 +61,7 @@ class AlbumIndex extends Template
|
|||||||
else
|
else
|
||||||
echo '
|
echo '
|
||||||
<img src="', BASEURL, '/images/nothumb.svg" alt="" style="width: ',
|
<img src="', BASEURL, '/images/nothumb.svg" alt="" style="width: ',
|
||||||
static::TILE_WIDTH, 'px; height: ', static::TILE_HEIGHT, 'px">';
|
static::TILE_WIDTH, 'px; height: ', static::TILE_HEIGHT, 'px; object-fit: unset">';
|
||||||
|
|
||||||
if ($this->show_labels)
|
if ($this->show_labels)
|
||||||
echo '
|
echo '
|
||||||
|
Loading…
Reference in New Issue
Block a user