Skip to content

Instantly share code, notes, and snippets.

@thomasjbradley
Last active July 24, 2017 10:05
Show Gist options
  • Save thomasjbradley/4276673 to your computer and use it in GitHub Desktop.
Save thomasjbradley/4276673 to your computer and use it in GitHub Desktop.
css: tv media query
/* http://people.opera.com/danield/utils/webtv.html */
@media tv, (width: 1920px) and (height: 1080px), (width: 1280px) and (height: 720px) {
}
@thomsebastin
Copy link

Found this at MDN:

Deprecated media types: CSS2.1 and Media Queries 3 defined several additional media types (tty, tv, projection, handheld, braille, embossed, aural), but they were deprecated in Media Queries 4 and shouldn't be used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment