Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有img以下css规则的元素:
img
max-width: 100%; height: auto;
原始图像是一个正方形 ( 250pxX 250px)。问题是我在Internet Explorer 8中测试的时候,没有保留图片长宽比。它适用于其他浏览器和 IE9。尚未在 IE6 和 IE7 中测试。
250px
如何解决?