Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有任何 JavaScript/jQuery 插件可以拍摄大图像并在缩放时提高质量?谷歌地球/地图之类的东西?
我想在移动浏览器中使用它,但桌面解决方案也可以
我不知道有任何插件可以做到这一点,但理论上很容易:
要知道移动 Safari 的缩放比例,您只需检查这个比例:document.body.clientWidth / window.innerWidth。
document.body.clientWidth / window.innerWidth
然后,只需要选择正确的事件来监听(调整大小,或者可能是触摸事件),检查这个缩放级别并替换你的 img。