网站宽度灵活,适合不同移动设备

发布于 2024-11-08 23:46:03 字数 93 浏览 0 评论 0原文

我有一个网站,目标是在不同的移动设备上使用。如何使用 css 和 Java 脚本

tnx设置我的网站根据 iPhone android 等设备宽度调整其宽度

I have a site where it is targeted to be used on different mobile devices. How I can set my site to adjust its width according to the device width on iPhone android, etc.. using css and Java script

tnx

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

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

发布评论

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

评论(2

长途伴 2024-11-15 23:46:03

将其添加到 html 并调整参数。

<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />

有关如何使用 Safari 和 iOS 特定 HTML 标签的更多信息http://developer.apple.com/library/safari/#documentation/appleapplications/reference/safariwebcontent/usingtheviewport/usingtheviewport.html

Add this to html and adjust parameters.

<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />

More info on how to use Safari and iOS specific HTML tagshttp://developer.apple.com/library/safari/#documentation/appleapplications/reference/safariwebcontent/usingtheviewport/usingtheviewport.html

氛圍 2024-11-15 23:46:03

听起来像是响应式设计!
看一下这里的一些示例:http://mediaqueri.es/,在其 CSS 中使用媒体查询根据浏览器宽度更改网站的外观。

Sounds like responsive design!
Have a look at some of the examples here: http://mediaqueri.es/, using media queries in their css to change the look of the site depending on browser width.

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