CSS 媒体查询。奇怪的宽度错误
我正在开发一个相对简单的网站,使用媒体查询来定位移动设备(宽度为 640 像素及以下),当我在老式 iPhone 3g 上查看它时,它看起来很好,除了似乎有一些东西使它主要出现之外非常“缩小”
向您展示一个例子可能会更容易;
http://deanelliott.me/misc/berman/interior.php
我只在我的 iPhone 上进行了测试,所以我不确定它在其他手机上的显示情况。
任何帮助将不胜感激。
I'm developing a relatively simple website using a media query to target mobile devices (640px width and under) and when I view it on my archaic iPhone 3g it looks fine apart from the fact that there seems to be something that makes it primarily appear very "zoomed out"
It's probably easier to show you an example;
http://deanelliott.me/misc/berman/interior.php
I've only tested it on my iPhone so I'm not sure how it displays on other phones.
Any help would be most appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的视口设置似乎丢失了。
这就是我使用的:
It appears your viewport settings are missing.
This is what I use: