CSS media queries for Samsung s6

前端 未结 3 1404
既然无缘
既然无缘 2021-01-11 12:51

Help please. Can any body tell me about media queries in CSS for Samsung s6 to be more responsive?

@media only screen and 
(min-device-width : 360px) and 
(max-de         


        
3条回答
  •  独厮守ぢ
    2021-01-11 13:40

    Chrome dev tools can let you test the query on different screen sizes. Open the developer console (F12) and click the "Toggle device mode" button (the small screen icon). You can select your device or manually set the screen size yourself. For a galaxy S6, the dimensions are 360x640.

提交回复
热议问题