图像显示不同浏览器中的不同大小

时间:2015-01-29 10:28:01

标签: php html magento browser

我正在Magento here中创建一个静态页面。问题是与Firefox相比,Chrome中的图像较小。我的问题是如何让Chrome中的图像与Firefox中的图像大小相同。 感谢

1 个答案:

答案 0 :(得分:2)

删除此图像的max-width-attribute。

media="all"
    img {
    border: 0;
    vertical-align: top;
    /* max-width: 100%; */
    }