mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-13 10:03:49 -05: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
@ -64,7 +64,7 @@ class DocumentAdmin(admin.ModelAdmin):
|
|||||||
png_img = self._html_tag(
|
png_img = self._html_tag(
|
||||||
"img",
|
"img",
|
||||||
src="/fetch/thumb/{}".format(obj.id),
|
src="/fetch/thumb/{}".format(obj.id),
|
||||||
width=275,
|
width=180,
|
||||||
alt="thumbnail",
|
alt="thumbnail",
|
||||||
title=obj.file_name
|
title=obj.file_name
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user