375to320
Version:
If the screen width of the device is less than 375px (e.g. 320px), this script will fix viewport width to 375px
22 lines (14 loc) • 278 B
Markdown
# 375to320
If the screen width of the device is less than 375px (e.g. 320px), this script will fix viewport width to 375px.
## Install
```
npm install --save 375to320
```
## Usage
```js
import '375to320'
```
or
```html
<script src="path/to/375to320.min.js"></script>
```