Answers for "meta viewport mobile"

5

Add a viewport meta tag to the document head to set the width of the layout viewport equal to the width of the device and set the initial scale of the viewport to 1.0.

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
Posted by: Guest on October-07-2020
2

html change viewport to smartphone size

<meta name="viewport" content="width=500, initial-scale=1">
Posted by: Guest on January-21-2021
3

viewport meta tag

<meta name="viewport" content="width=device-width, initial-scale=1">
Posted by: Guest on February-08-2020

Browse Popular Code Answers by Language