An open API service indexing awesome lists of open source software.

https://github.com/lucifier129/zoom

mobile tools
https://github.com/lucifier129/zoom

Last synced: 23 days ago
JSON representation

mobile tools

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`中所示。