html - why does chrome with iis express measure wrong width of page -


i have simple html:

<html> <head>     <title>code: newyork</title> </head> <body data-ng-app="us">     <input type="text" /> </body> </html> 

when load disk file correct. when load on local iis express via visual studio, chrome measures wrong width. when file shows 1100 pixels iis express file measures 1000 pixels.

window width 100% same use 2 tabs.

i did not see accidentally zoomed 120%. code , else fine.


Comments

Popular posts from this blog

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -