we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
pinned-register now
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}