+ 4
How to fix screen fit problem?
Hi, See http://Fbna.me/data.php Notice: Screen width not fit. Give me solution, How to fix? Zoomed?? I have tried width 100%
4 Respuestas
+ 7
Use this inside <head> tag.
<meta name="viewport" content="width=device-width, initial-scale=1" >
+ 5
You should also set margin:0 to the body element.
+ 2
Thank You, Problem solved 😍
+ 1
try 100vw and 100vh. It would be better if you post the code here so we can easily solve the problem.