在Firefox上只有CSS Downscale IMAGE

时间:2013-06-27 13:39:46

标签: html css image google-chrome firefox

我有

.postImg {
    text-align: center;
}

.postImg img {
    max-width: 100%;
}

当Chrome缩小窗口时,Chrome上的图像会缩小图像尺寸,但不会超过图像的宽度。我想要的行为。

但是在Firefox上,图像不会缩小尺寸并保持相同的大小。 放宽:100%;在那里确保Firefox降尺寸,但升级所有较小的图像,这是我不想要的。

我一定错过了一些基本的东西。我事先并不知道图像的大小。

1 个答案:

答案 0 :(得分:1)

发现它,.postLeft的大父母

display: inline-block;
*display: inline;

实际上没有做任何事只是打破了图像。