the logo of my website is on the internet explorer (my test was made with the Internet Explorer 11) very pixelated. The logo looks nice in other browsers (Safari, Chrome, Mozilla Firefox). You you please help me, we the image is so ugly.
I used the Internet Explorer 11 (Version: 11.407.17134.0)
Further more I followed the guide under: IE Fix
But i didn't had any success with this guide...
Image (Logo) Properties:
Image size: 5549 x 1101
File size: 56KB
Screenshot of the Problem.
Edit:
In the current screenshot you can find only a text logo. In the future i will replace it with a logo (image). My designer hasn't finished it, thus it isn't in the screenshot. !Sorry for that!
CSS Code:
@media all and (min-width:768px)
body[data-subdomain='customer'] .navbar-brand, body[data-subdomain='school'] .navbar-brand, body[data-subdomain='parents'] .navbar-brand, body[data-subdomain='admincenter'] .navbar-brand {
background: url(../img/logo.png) no-repeat left center;
background-size: contain;
width: 210px;
margin-left: 15px;
-ms-interpolation-mode: bicubic;
}
Edit:
JSFiddle:
https://jsfiddle.net/hxaeuyp0/11/