Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcelod/adapt
Adapt.js serves CSS based on screen width.
https://github.com/marcelod/adapt
Last synced: 4 months ago
JSON representation
Adapt.js serves CSS based on screen width.
- Host: GitHub
- URL: https://github.com/marcelod/adapt
- Owner: marcelod
- Fork: true (nathansmith/adapt)
- Created: 2012-05-23T23:37:58.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-02-03T16:15:31.000Z (almost 13 years ago)
- Last Synced: 2024-04-17T03:13:01.460Z (9 months ago)
- Language: JavaScript
- Homepage: http://adapt.960.gs
- Size: 131 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
ADAPT.JS - ADAPTIVE CSS
=====
For more information, see...
http://adapt.960.gs
This is dual licensed under GPL and MIT.
Feel free to use it however you like. :)
=====
Thanks to:
- Tiff Fehr, for offering feedback when this was just a gist.
http://www.tiffehr.com
https://github.com/tiffehr
https://gist.github.com/905220- Mathias Bynens, for pointing out document.head is faster than
document.getElementsByTagName('head')[0] for newer browsers.http://mathiasbynens.be/
https://github.com/mathiasbynens
http://jsperf.com/document-head
http://mathiasbynens.be/notes/document-head- Joey Lomanto, for reminding me to account for scrollbar width.
http://joeylomanto.com
https://github.com/joeylomanto- Peter Schott, for testing on IE7 in Windows 7 Phone.
http://www.linkedin.com/in/paschott
- R.A. Ray, for pointing out "initial-scale=1" is needed.
http://robertadamray.com
Issue: http://j.mp/initial-scale-1- Jason Beaird & Skully78, for reporting a bug with IE6-IE8.
http://jasongraphix.com
https://github.com/jasongraphix
https://github.com/skully78
Issue: https://github.com/nathansmith/adapt/issues/4