I want to disable scaling in IE11. I found this line
<script>document.firstElementChild.style.zoom = "reset";</script>
do what i really want, but only works in chrome. Is there an alternative for IE11.
javascript
css
internet-explorer
css3
zoom
Amirado
source
to share