+ 1
How do you make the page fit the screen?
I am trying my fingers on html.. but I want the page to fit the screen, even if you rotate your phone.. I have tried sizing the width of the body but nothing really happens..
1 Réponse
+ 1
I believe this is what you're looking for:
<meta name="viewport" content="width=device-width, initial-scale=1.0" >