mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -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(
|
||||
"img",
|
||||
src="/fetch/thumb/{}".format(obj.id),
|
||||
width=275,
|
||||
width=180,
|
||||
alt="thumbnail",
|
||||
title=obj.file_name
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user