orientation-js

0.0.2 • Public • Published

Orientation-js

Detect device orientation.

DEMO

Usage

In stylesheets

.portrait .stuff{
  background-color: red;
}
 
.landscape .stuff{
  background-color: blue;
}

In scripts

if(Orientation.isPortrait()){
  // do something
}
 
if(Orientation.isLandscape()){
  // do something
}

Readme

Keywords

none

Package Sidebar

Install

npm i orientation-js

Weekly Downloads

0

Version

0.0.2

License

MIT

Last publish

Collaborators

  • weilao