lock the zoom in html css code example
Example 1: how to disable zoom in html page on different screen resolutions
<meta name="viewport" content="width=device-width, user-scalable=no">
Example 2: lock the zoom html
<meta name='viewport'
content='width=device-width, initial-scale=1.0, maximum-scale=1.0,
user-scalable=0' >