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

javascript - Render HTML after each iteration in loop -

java - Joda Time Interval Not returning what I expect -

python - Pandas concat gives error ValueError: Plan shapes are not aligned -