Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yuri2peter/yl-scaler
Used to control scaling and responsiveness of HTML pages.
https://github.com/yuri2peter/yl-scaler
Last synced: about 2 months ago
JSON representation
Used to control scaling and responsiveness of HTML pages.
- Host: GitHub
- URL: https://github.com/yuri2peter/yl-scaler
- Owner: yuri2peter
- License: mit
- Created: 2019-09-05T09:37:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-09T01:36:16.000Z (over 5 years ago)
- Last Synced: 2024-04-26T05:22:09.671Z (9 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# yl-scaler
Make your browser's solution looks just like what you want!
> It's not magic.
# Quick Start
```
ylScaler.quickStart(1920);
```# Advanced
```
window.onresize = ylScaler([
{ stage: 'md', value: 1440, min: 1024, max: 1440 },
{ stage: 'lg', value: 1920, min: 1441, max: 1920 },
])
```