Answer the question
In order to leave comments, you need to log in
Why is Chrome ignoring the viewport?
Hello, I want a non-responsive site to load without scaling, for this I wrote the following code:
<meta name="viewport" content="width=device-width">
Answer the question
In order to leave comments, you need to log in
specify initial-scale
<meta name="viewport" content="width=device-width, initial-scale=1">
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question