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

php - Select box validation (in laravel) -

Creating a sparse matrix in Matlab with a specified number of independent Bernoulli +-1 nonzero entries -

pandas - Iterate on Groupby Object's fields -