My web application has strange display issues when I test it in IE 11 on a window 7 machine. It displays the website at different zoom levels when it is loaded, like 125%, 100% or 90%, 80%, etc., but I want it to be always 100%. It works fine in other browsers I've tested with. Although the user can manually change the zoom level, but I wanna see if anyone has experienced it and if there is a possible fix.
I am using Bootstrap, and I have included this in the head:
<meta http-equiv="X-UA-Compatible" content="IE=10; IE=9; IE=8; IE=7; IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">