From 81e85c85970059f8d0cbce1f31d2c0e89622537f Mon Sep 17 00:00:00 2001 From: Alex de Mulder Date: Wed, 14 Jan 2015 16:57:32 +0100 Subject: [PATCH] stopped showcase images from being scaled disproportionally --- showcase/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/showcase/index.html b/showcase/index.html index a50b8aac..727f32e7 100644 --- a/showcase/index.html +++ b/showcase/index.html @@ -46,7 +46,7 @@ border: 1px solid #dddddd; border-radius:5px; width:880px; - height:350px; + max-height:350px; margin:30px; }