CSS get height of screen resolution

后端 未结 9 1272
后悔当初
后悔当初 2020-12-02 12:10

I\'m having a hard time getting the height of lower screen resolution because my screen resolution is 1920x1080.

Does anyone know how to get height and width of the

9条回答
  •  情书的邮戳
    2020-12-02 12:50

    It is not possible to get the height of the screen from CSS. However, using since CSS3 you can use media queries to control the display of the template as per the resolution.

    If you want to code on the basis of height using media queries, you can define style-sheet and call it like this.

    
    

提交回复
热议问题