铬 + css3:媒体查询缩放错误

发布于 2025-01-06 14:11:53 字数 449 浏览 2 评论 0原文

使用媒体查询构建百分比宽度网站的一个非常好的功能是,当您放大时,该网站将始终占视口的 100%,即使在缩放时也尊重媒体查询。

请参阅 http://pastebin.com/ige96Czv 获取完整的 CSS 文件(它实际上是一个 .less 文件)

https://s140452.gridserver.com/locations/

用于测试 地点。

我上面描述的缩放效果在 Firefox 和 Safari 中效果很好,但在 Chrome 上,媒体查询不会在缩放上注册。

有谁知道为什么?这是 Chrome 的错误,还是我的代码有问题?

A very nice feature of building a percentage width site with media queries is that when you zoom in, the site will always be 100% of the viewport, respecting the media queries even on zoom.

Please see http://pastebin.com/ige96Czv for the full CSS file (it is actually a .less file)

and https://s140452.gridserver.com/locations/

for the test site.

The zoom effect that i described above works great in Firefox and Safari, but on Chrome the media queries do not register on zoom.

Does anyone know why? Is this a Chrome bug, or is something wrong in my code?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

宫墨修音 2025-01-13 14:11:53

该错误在这里有更详细的解释:

http://alastairc.ac/2012 /01/zooming-bug-in-webkit/

The bug is explained in more detail here:

http://alastairc.ac/2012/01/zooming-bug-in-webkit/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文