diff options
author | Florian Pritz <bluewind@xinu.at> | 2015-01-03 18:19:19 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2015-01-03 18:19:19 +0100 |
commit | 1bf36e3c13a534a94b38e9bce50589ea59a7aee6 (patch) | |
tree | 80f5817eb5ab7174dd569cfa566a172d132fe4e7 /data/css | |
parent | 08ab0a51e77e99f0318ebd198d9569679e4a24f8 (diff) |
Lazyload thumbnails
Apparently there are users with >500 images and they view their
thumbnail history on mobile phones.
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'data/css')
-rw-r--r-- | data/css/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/css/style.css b/data/css/style.css index 18a8e8bb1..4af58e9c4 100644 --- a/data/css/style.css +++ b/data/css/style.css @@ -24,6 +24,10 @@ max-width: 300px; } +.lazyload { + display: none; +} + .divider { height:50px; margin:0 9px; |