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

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -