我有一张图片:
<img class="" width="78px" height="78px" border="0" alt="" src="test.png" smartload="7" style="opacity: 1;">
和CSS:
img {
border: 0;
max-width: 100%;
}
当作为 PC (firefox) 运行时
以移动设备运行时出现高度错误:
我有一张图片:
<img class="" width="78px" height="78px" border="0" alt="" src="test.png" smartload="7" style="opacity: 1;">
和CSS:
img {
border: 0;
max-width: 100%;
}
当作为 PC (firefox) 运行时
以移动设备运行时出现高度错误: