Matthew Mason
0
Q:

how to lock device orientation using css and javascript

@media only screen and (orientation:portrait){
  body {
    height: 100vw;
    transform: rotate(90deg);
  }
}
2

New to Communities?

Join the community