Skip to content
This repository has been archived by the owner on Feb 19, 2021. It is now read-only.

Commit

Permalink
Shrinking the size of the thumbnails as they were huge even on my hid…
Browse files Browse the repository at this point in the history
…pi screen
  • Loading branch information
danielquinn committed Jan 8, 2017
1 parent c646cd4 commit e63e9e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/documents/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def thumbnail(self, obj):
png_img = self._html_tag(
"img",
src="/fetch/thumb/{}".format(obj.id),
width=275,
width=180,
alt="thumbnail",
title=obj.file_name
)
Expand Down

0 comments on commit e63e9e3

Please sign in to comment.