From d6d22f2c1f10cb19b3976a76d78c20349bb95f76 Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Tue, 4 Feb 2014 23:13:48 +0100 Subject: Added lazy load to image page. --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index e2ff80f..5515d99 100644 --- a/static/style.css +++ b/static/style.css @@ -14,7 +14,7 @@ ul { list-style-type: none; } li { margin-left: 1em; } .file-info { display: inline-block; } -.image-list .image { display: inline-block; vertical-align: top; width: 128px; margin: .5em; } +.image-list .image { display: inline-block; vertical-align: top; width: 128px; height: 128px; margin: .5em; } .image-list .image img { opacity: 1; } .image-list .image img:hover { opacity: .8; } -- cgit v1.2.3