SVG in img element proportions not respected in ie9

前端 未结 6 1264
半阙折子戏
半阙折子戏 2020-11-27 14:00

CSS:

img{
    max-height:30px;
}

HTML:


I am looking for this svg image to s

6条回答
  •  一向
    一向 (楼主)
    2020-11-27 14:19

    To fix it in ie9 and not to stuck with this. I don't know why, but you should set width:100% through css-rule, but not in img-tag. Aspect ratio will work by magic)) It helped me, hope this post will help other.

提交回复
热议问题