Answers for "what does <meta name="viewport" content="width=device-width,initial-scale=1">"

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
13

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<meta name="viewport" content="width=device-width, initial-scale=1.0">
Posted by: Guest on October-29-2019
1

meta viewport scale

<meta name="viewport" content="width=device-width, user-scalable=no">
Posted by: Guest on May-22-2020

Code answers related to "what does <meta name="viewport" content="width=device-width,initial-scale=1">"

Browse Popular Code Answers by Language