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)