From 62a4115dc8b12409fdfb324039bef252a401a039 Mon Sep 17 00:00:00 2001 From: simurai Date: Wed, 8 Jun 2016 17:35:46 +0900 Subject: [PATCH] =?UTF-8?q?Fix=20=E2=80=9CZoom=20to=20fit=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles/image-view.less | 1 + 1 file changed, 1 insertion(+) diff --git a/styles/image-view.less b/styles/image-view.less index eed25d0..535bac3 100644 --- a/styles/image-view.less +++ b/styles/image-view.less @@ -96,6 +96,7 @@ img { flex: 1 1 0; + min-width: 0; margin: 0; // Alternative: object-fit: contain;