html5 - How to code the styles for the portrait only in the kindle fire device? -


how code styles portrait in kindle fire device? please advise.

@media screen , (max-width: 800px) , (orientation : portrait) , (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5){     /* portrait:     kindle fire hd 7     */ } 

refer this more device related media queries.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

Redirect to a HTTPS version using .htaccess -

Unlimited choices in BASH case statement -