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

javascript - How to set the zoom of apache homepage?

WBOY
Release: 2016-08-04 09:20:06
Original
899 people have browsed it

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>
Copy after login
Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template