铬 + css3:媒体查询缩放错误
使用媒体查询构建百分比宽度网站的一个非常好的功能是,当您放大时,该网站将始终占视口的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
该错误在这里有更详细的解释:
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/