Tell Internet Explorer (IE) to use the highest document mode it can (php)
<?php
// Send header to tell Internet Explorer browsers what document mode to use; ignore compatibility mode and use the highest document mode
header("X-UA-Compatible: IE=edge,chrome=1");
?>