Answers for "zoom in and zoom out html section"

1

lock the zoom html

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

how to zoom iin by default in html page

html {
	zoom: 110%;
}
/*This can be used for any tag, id or class*/
Posted by: Guest on November-01-2021

Browse Popular Code Answers by Language