Open mthanh2209 opened 1 year ago
How about initial-scale=1
? Which number should we set to?
As far as I find out:
initial-scale=1.0
: No initial zoom. The content is displayed at its actual size (it means that the webpage will be displayed at its actual size, and no initial zooming will occur - the user may need to pinch or zoom manually to adjust the view)initial-scale=2.0
: Initial zoom of 2x. The content displayed is magnified. (it means that the webpage will be initially zoomed in by a factor of 2 - the user will need to zoom out manually if they want to see the entire content)initial-scale=3.0, 4.0,...
it's the same.
What does the meta tag mean when used?
<meta> viewport
tag sets up the web page to display according to the size of each different device.