https://github.com/lucifier129/zoom
mobile tools
https://github.com/lucifier129/zoom
Last synced: 23 days ago
JSON representation
mobile tools
- Host: GitHub
- URL: https://github.com/lucifier129/zoom
- Owner: Lucifier129
- License: mit
- Created: 2014-11-07T05:59:36.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-07T06:58:37.000Z (over 11 years ago)
- Last Synced: 2025-01-12T16:34:04.761Z (over 1 year ago)
- Language: JavaScript
- Size: 129 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
zoom
====
mobile tools
`zoom` 是手机端缩放工具,以固定尺寸制作页面,根据该尺寸与窗口宽度的比例进行`body.style.zoom`缩放。
使用`rem`作为字体大小的单位,`html.style.fontSize`也根据比例缩放。
要求设置`html`或`body`具有`-webkit-text-size-adjust:none;`这条CSS规则,如在`zoom.css`中所示。