From 69d26000be7768334a5cf0f988c648b73a4fe7e3 Mon Sep 17 00:00:00 2001 From: MorganDawe Date: Mon, 12 Dec 2016 10:50:30 -0400 Subject: [PATCH] =?UTF-8?q?=C3=B8Added=20max=20width=20to=20islandora=20im?= =?UTF-8?q?age.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/islandora.base.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/islandora.base.css b/css/islandora.base.css index 28301aa1..7b548289 100644 --- a/css/islandora.base.css +++ b/css/islandora.base.css @@ -5,7 +5,8 @@ Purpose of the stylesheet follows. */ -.islandora img { +.islandora img, +.islandora-object-thumb img { max-width: 100%; *width: 100%; }