From 79dc0e409509605e13c2d8a305202502b8f6d144 Mon Sep 17 00:00:00 2001 From: Jeremy Thomas Date: Sun, 29 May 2016 13:23:10 +0100 Subject: [PATCH] Fix #81 --- sass/elements/image.sass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sass/elements/image.sass b/sass/elements/image.sass index 90f996ec..cc27b444 100644 --- a/sass/elements/image.sass +++ b/sass/elements/image.sass @@ -5,6 +5,8 @@ $dimensions: 16 24 32 48 64 96 128 position: relative img display: block + height: auto + width: 100% // Ratio &.is-square, &.is-1by1,