图像不会在高分辨率下扩展整个宽度

时间:2014-05-06 04:52:39

标签: html css grid

我有一个使用Golden Grid System的网站。您可以在此处查看我的网站http://syndicatebox.com/helpout/index_fix.html

在低分辨率下,如下面的屏幕截图所示,您可以看到前两个图像的范围相等,看起来是正确的。

enter image description here

但下面如果你看看即时通过让我们说1980x1080,前两个图像保留了大小,并且不会平均扩大整个宽度。

enter image description here

我有我的代码here,但我不知道我做错了什么。

1 个答案:

答案 0 :(得分:1)

这是因为媒体查询 从style.css中删除以下代码

行号373和376

#twoway .wrapper:first-child {
/* margin-left: 25%; */
}
@media screen and (min-width: 117em)
#twoway .wrapper {
/* width: 25%; */
}