Commit cf70fb62 authored by ♒∆✝'s avatar ♒∆✝

Merge pull request #3842 from alienlebarge/2.1.0-wip

<img /> tag with `height` attr are not responsive
parents fa1e1e34 7b726f97
......@@ -78,6 +78,7 @@ sub {
img {
max-width: 100%; // Make images inherently responsive
height: auto; // Make images inherently responsive
vertical-align: middle;
border: 0;
-ms-interpolation-mode: bicubic;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment