feat: add EXIF thumbnail support for JPEG files (#1234)

This commit is contained in:
adrium
2021-03-29 11:40:00 +02:00
committed by GitHub
parent 4470d0a704
commit 7dd5b34d42
8 changed files with 135 additions and 1 deletions

View File

@@ -55,6 +55,7 @@
#listing .item img {
width: 4em;
height: 4em;
object-fit: cover;
margin-right: 0.1em;
vertical-align: bottom;
}