Skip to content
Little utility library for website that should not be responsive
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 version fix
index.html
unresp.js ie8 fix

README.md

unresp.js

Little utility library for website that should not be responsive.

What the Xuck?

...

Installation

bower install unresp.js

Usage

<html>
    <head>
        [...]
        <meta name="viewport" data-min-height="YYY" data-min-width="XXX">
    </head>
    <body>
        [...]
        <script type="text/javascript" src="path/to/unresp.js"></script>
    </body>
</html>

Demostration

click here

Compatibility

  • iOS Safari
  • iOS Chrome
  • Android Stock Browser
  • Android Chrome
  • Every mobile browsers that refresh layout when viewport metatag content attribute changes
  • Every desktop browsers (that ignores viewport metatag)
Something went wrong with that request. Please try again.