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
Post a Comment