【发布时间】:2017-10-19 18:51:36
【问题描述】:
<!DOCTYPE html>
<html>
<head>
<title>Responsive Images Test Page</title>
</head>
<body>
<h1>Responsive Images Test Page</h1>
<p>In supported browsers, the following image will load either small or large version depending on screen resolution, making a single 1kb request before requesting the appropriate size.</p>
<img src="sample-content/running-sml.jpg?full=sample-content/running-lrg.jpg" />
<p id="cred"><strong>Photo credit (CC):</strong> Cia de Foto <a href="http://www.flickr.com/photos/ciadefoto/3192757134/in/pool-809956@N25/">Flickr Creative Commons</a></p>
</body>
</html>
我正在尝试开发一个响应式网站。但我的网站不支持手机。
<meta name="viewport" content="width=device-width, initial-scale=1.0">
我将上述标签用于响应式网站。但这不起作用。
请帮帮我
【问题讨论】:
-
哪款手机?全部?
-
如果您不向我们展示任何代码,我们将无法帮助您。
-
最好是分享到该网站的链接。
-
寻求调试帮助的问题(“为什么这段代码不起作用?”)必须包括所需的行为、特定的问题或错误以及重现它所需的最短代码在问题本身。没有明确的问题陈述的问题对其他读者没有用处。请参阅:How to create a Minimal, Complete, and Verifiable example。
-
在你的手机中,确定没有选择桌面版?
标签: javascript jquery html css