mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-29 13:10:06 +02:00
Fixed image display style for odd shaped (very small) images.
This commit is contained in:
parent
f9d5a9a3b5
commit
05ab3c3b7b
4 changed files with 19 additions and 4 deletions
|
@ -88,7 +88,7 @@ class PartDataTableHelper
|
|||
'Part image',
|
||||
$this->attachmentURLGenerator->getThumbnailURL($preview_attachment),
|
||||
$this->attachmentURLGenerator->getThumbnailURL($preview_attachment, 'thumbnail_md'),
|
||||
'img-fluid hoverpic',
|
||||
'hoverpic part-table-image',
|
||||
$title
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue