Media Query Browser Smart TV -


Is there a CSS media query for Smart TV?

I tried this way but it does not work:

  @ Media TV and (minimum-width: 700px) {body {border: 1px solid red;} }                ex>  @ media screen and (minimum-width: 1240 px) {...}  

Comments

Popular posts from this blog

Python Equivalent for matlab cart2pol and pol2cart -

sip - Call SipJs to Asterisk 12 -

java - Joda Time Interval Not returning what I expect -