Answers for "Which of the following code segments will keep people from being able to zoom in or out on your content?"

1

prevent webpage zooming in mobile

<meta 
     name='viewport' 
     content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' 
/>
Posted by: Guest on June-13-2020

Code answers related to "Which of the following code segments will keep people from being able to zoom in or out on your content?"

Browse Popular Code Answers by Language