Home  >  Article  >  Backend Development  >  javascript - How to set the zoom of apache homepage?

javascript - How to set the zoom of apache homepage?

WBOY
WBOYOriginal
2016-08-04 09:20:06830browse

javascript - How to set the zoom of apache homepage?
is to prevent this page from being compressed into a very small font when viewed on a mobile phone. How to set it?

Reply content:

javascript - How to set the zoom of apache homepage?
is to prevent this page from being compressed into a very small font when viewed on a mobile phone. How to set it?

Add the viewport element to the <head> tag:

<code><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1"/></code>
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn