From 2b92e013a41ad02e55e9a5eb60da780a4b9f8667 Mon Sep 17 00:00:00 2001 From: Rupus Reinefjord Date: Wed, 28 Mar 2018 11:29:17 +0200 Subject: [PATCH] fix imagegrid for chromium/blink browsers --- static/css/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index 395aa58..93b4cb4 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -87,6 +87,8 @@ nav ul { } .photo-grid img { + max-width: none; + max-height: none; width: 200px; height: 200px; overflow: hidden;