In desperation, I suddenly thought about how to make the Sina touch screen version that I often visit? Open Opera,
I found meta viewport in the HTML header by looking at the source code. Is this guy playing the role?
Add to try it, and the screen was full. By the way, I checked the function of this tag and recorded it for the convenience of the future
use.
meta viewport<meta name=viewport content=width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no/>
in:
width – width of viewport
height – height of viewport
initial-scale – initial scaling
minimum-scale – minimum scale that allows the user to scale to
maximum-scale – maximum scale that allows the user to scale
user-scalable – Can the user manually scale