IE11忽略图像的宽度/高度

时间:2019-11-28 07:19:06

标签: html css image internet-explorer

下面的代码适用于Chrome和Firefox,但是IE11会以完整尺寸呈现图像。

<li>
   <a href="/newsletter">
     <img src="https://d3n8a8pro7vhmx.cloudfront.net/abigailboyd/pages/9/attachments/original/1568599427/Kangaroo_-_Michael_Waters.jpg?1568599427" style="height:180px; width:auto" alt="Newsletter">
     <h3>Newsletter</h3>
   </a>
</li>

我在包装类中连续显示其中四个图像。

我如何让IE11进行应做的事情?

0 个答案:

没有答案