Last active
July 24, 2017 10:05
-
-
Save thomasjbradley/4276673 to your computer and use it in GitHub Desktop.
css: tv media query
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
/* http://people.opera.com/danield/utils/webtv.html */ | |
@media tv, (width: 1920px) and (height: 1080px), (width: 1280px) and (height: 720px) { | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.