Last active
June 12, 2017 03:20
-
-
Save sandersk/54df953353b62931e239 to your computer and use it in GitHub Desktop.
Media Query for Kindle Voyage
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 Query for Kindle Voyage in either portrait or landscape modes */ | |
@media amzn-kf8 and (device-height: 1448px) and (device-width: 1072px), | |
amzn-kf8 and (device-height: 1072px) and (device-width: 1448px) { | |
/* Put your CSS for Kindle Voyage here */ | |
} |
Kindle Voyage and Oasis share the same display. It’s the 6-inch E-Ink Carta HD, with a resolution of 1440 × 1080 px and pixel density of 300 ppi.
http://ebookfriendly.com/kindle-oasis-2016/
Confirmed with my Oasis, it responds to the portrait MQ.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is awesome :)
Any idea on the Oasis?