图像未遵循IE11中的“最大宽度:100%”

时间:2019-07-08 16:17:15

标签: css

任何人都可以针对不符合“最大宽度:100%”的IE11中的图像建议修复吗?

IE11不支持此功能吗?

我可以通过在img标签上添加“ width:100%”来解决该问题,但这会拉伸小于容器的图像,这是不理想的。

img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}

如果有人可以推荐一个很棒的修复程序。

This is the website for reference.

0 个答案:

没有答案