https://github.com/mikeludemann/getbrowserorientation
Get information of browser orientation
https://github.com/mikeludemann/getbrowserorientation
javascript module-pattern orientation-detection
Last synced: 5 months ago
JSON representation
Get information of browser orientation
- Host: GitHub
- URL: https://github.com/mikeludemann/getbrowserorientation
- Owner: mikeludemann
- License: mit
- Created: 2017-11-17T19:04:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-17T19:32:07.000Z (over 8 years ago)
- Last Synced: 2025-08-21T05:54:21.264Z (6 months ago)
- Topics: javascript, module-pattern, orientation-detection
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# getBrowserOrientation
Get inner or outer Orientation of browser information
## Example
```code
Browser inner Orientation
getBrowserOrientation.innerOrientation()
Browser outer Orientation
getBrowserOrientation.outerOrientation();
```