mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-11 17:17:26 +01:00
Shrinking the size of the thumbnails as they were huge even on my hidpi screen
This commit is contained in:
parent
c646cd4977
commit
e63e9e389e
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ class DocumentAdmin(admin.ModelAdmin):
|
|||
png_img = self._html_tag(
|
||||
"img",
|
||||
src="/fetch/thumb/{}".format(obj.id),
|
||||
width=275,
|
||||
width=180,
|
||||
alt="thumbnail",
|
||||
title=obj.file_name
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue