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


Images showing different size in different browsers

我在这里在Magento中创建了一个静态页面。问题是与Firefox相比,Chrome中的图像较小。我的问题是我怎样才能让 Chrome 中的图像具有与 Firefox 中相同的大小。谢谢

删除此图像的最大宽度属性。

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