Created
          March 8, 2018 02:10 
        
      - 
      
- 
        Save djadriano/90af76bef3835b6e6cc02ff7a156bf85 to your computer and use it in GitHub Desktop. 
    Media Query for detect landscape mode via aspect ratio
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | @media all and (min-aspect-ratio: 13/9) and (max-width: $tablet) { | |
| opacity: 0; | |
| pointer-events: none; | |
| } | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment