showing results for - "how to lock device orientation using css and javascript"
Mario
17 Nov 2016
1@media only screen and (orientation:portrait){
2  body {
3    height: 100vw;
4    transform: rotate(90deg);
5  }
6}