Skip to content

Instantly share code, notes, and snippets.

@sandersk
Last active June 12, 2017 03:20
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sandersk/54df953353b62931e239 to your computer and use it in GitHub Desktop.
Save sandersk/54df953353b62931e239 to your computer and use it in GitHub Desktop.
Media Query for Kindle Voyage
/* 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 */
}
@tooolbox
Copy link

tooolbox commented Jun 7, 2016

This is awesome :)

Any idea on the Oasis?

@tooolbox
Copy link

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