From 969d011e2d5351ec727dfc215d033ae1077276e4 Mon Sep 17 00:00:00 2001 From: Aaron Gustafson Date: Wed, 22 Apr 2020 20:19:15 -0700 Subject: [PATCH] Responsive fix For when you are using `width` & `height` on an image --- dist/stalfos.css | 1 + 1 file changed, 1 insertion(+) diff --git a/dist/stalfos.css b/dist/stalfos.css index 30cda3c..bae15fe 100644 --- a/dist/stalfos.css +++ b/dist/stalfos.css @@ -114,6 +114,7 @@ select::-webkit-input-placeholder { /* Make images responsive */ img { max-width: 100%; + height: auto; } /* Remove _all_ animations and transitions for people that prefer not to see them */