Skip to content
A javascript helper that autoscales your webpage dependent on your device and your desired minimum width
JavaScript
Find file
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Failed to load latest commit information.
.gitignore
LICENSE
README.md
bower.json
fit-screen.js
fit-screen.min.js

README.md

fit-screen.js

A javascript helper that autoscales your webpage dependent on your device and your desired minimum width

Install

bower install --save fit-screen.js

Usage

just insert the script tag into your webpage's tag <script type="application/javascript" src="path/to/fit-screen.min.js" data-width="500" data-zoomable="no"></script>

Options

data-width: Interger - default: 500 (optional) data-zoomable yes|no - default: no (optional)

Something went wrong with that request. Please try again.