背景图片

发布于 2024-10-13 15:33:16 字数 463 浏览 2 评论 0原文

我正在使用 jquerymobile 框架开发应用程序。我必须在我的所有屏幕中设置背景图像。但图像大小因手机而异。我有基于 iPhone 屏幕尺寸的图像。

如何根据浏览器的分辨率设置图像的宽度和高度? 如何在运行时检测浏览器的屏幕分辨率?

我尝试过,但这也行不通。我不想使用重复属性请帮助我..

请参阅附件。

提前致谢

在此处输入图像描述

在此输入图像描述 在此处输入图像描述

在此输入图像描述

I am developing app using the jquerymobile framework. I have to set the background image in my all the screen. But the image size is differ from mobile to mobile. I have image based on the iphone screen size.

how to set the width and height of the images ,controls based on the browsers resoultion ?
how to detect the screen resolution of the browser at run time?

I tried to the but that also did not work. I dont want to use repeat attribute Please help me..

Please refer the attachment.

THanks in advance

enter image description here

enter image description here
enter image description here

enter image description here

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

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

发布评论

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

评论(1

狂之美人 2024-10-20 15:33:16
-webkit-background-size: 100% auto;

应该能解决问题

-webkit-background-size: 100% auto;

should do the trick

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