Used one svg image in the div with the width 50px, but in IE11 , SVG height is coming as 150px. It should have been 50px X 50px . width 50px is applying correctly not the height. Any suggestion ,
.svg-cont{
width:50px
}
img{
max-width:100%;
height:auto;
}
<div class="svg-cont">
<img src="http://imgh.us/google-plus-hvr.svg" alt="" />
</div>
Thanks in advance for any help. codepen: http://codepen.io/shmdhussain/pen/YZmrOq