Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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 },
])
```