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

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -