如何模拟更高分辨率的屏幕? [英] How to simulate a higher resolution screen?

查看:141
本文介绍了如何模拟更高分辨率的屏幕?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



例如:我有一个1440 x 900的屏幕,而我的想在1920 x 1200,1920 x 1080等网站测试。

解决方案

如果我是错误,只需使用 style =desired width& height src =your / test.site作为< body> 的唯一孩子。应该显示站点,就像分辨率是指定的宽度/高度,并导致滚动条来检查它。



不如使用第三方那样方便,不得不自行设置,但具有无需互联网连接即可在本地测试的优势。


Is there any way for the browser to test my websites in resolutions that are higher than my screens?

E.g: I have a 1440 x 900 screen, and I want to test the website in 1920 x 1200, 1920 x 1080, etc.

解决方案

You could, correct me if I'm wrong, simply create an iframe with style="desired width & height" and src="your/test.site" as the only child of <body>. Should display the site as if the resolution was the specified width/height and result in scroll bars to examine it.

Not as convenient as using a third party, having to set it up yourself, but has the advantage of being able to test locally with no internet connection.

这篇关于如何模拟更高分辨率的屏幕?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆