I'm learning responsive design and I've been messing around media queries.
Does anyone know if I absolutely need to use @media screen
? When writing queries to make my design responsive everything works WITH or WITHOUT screen
.
For 99.9% of cases out there, screen
is all that's ever used to view your site, so could be left out - when not specified, all
is implied. However, there are other possibilities out there.
Think visually impaired users, for example. Some visually impaired web surfers use screen readers, which do not visit your site as screen
. There are also tactile web browsers that present information from sites as Braille. Again, not a screen
.
As mentioned before, these are certainly anomalous users; however, depending on the traffic you expect on your site, it's encouraged as best practice to include the screen
in your @media
queries when designing for a screen display.
Other media options are:
As of Media Queries 4, much of this was simplified—all but a few of the above are deprecated. Currently supported are the following:
See the @media page on the Mozilla Developer Network for details, and thanks to @romellem for pointing out these changes!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With