From 77d3601375e88b2eb4bc44ccc996f1ba706cc3bb Mon Sep 17 00:00:00 2001 From: Dmitry Chestnykh Date: Fri, 23 Aug 2013 17:38:01 +0200 Subject: [PATCH] Fix image resizing to be proportional Images inside .pure-g-r when resized didn't change their height. Fix this by adding setting their height to 'auto'. --- src/grids/css/grids-r.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/grids/css/grids-r.css b/src/grids/css/grids-r.css index abccefd..6294068 100644 --- a/src/grids/css/grids-r.css +++ b/src/grids/css/grids-r.css @@ -17,6 +17,7 @@ .pure-g-r img { max-width: 100%; + height: auto; } @media (min-width: 980px) {