While testing my website on Internet Explorer 11, I noticed that the logo appears very pixelated. However, the logo looks nice in other browsers such as Safari, Chrome, and Mozilla Firefox. Can someone please help me resolve this issue as the image is unattractive?
The version of Internet Explorer I am using is 11.407.17134.0.
I have tried following the steps outlined in the guide at IE Fix, but unfortunately, it did not solve the problem...
Image (Logo) Properties: Image size: 5549 x 1101 File size: 56KB See a Screenshot of the Problem.
Edit:
In the current screenshot, only a text logo is visible. I plan to replace it with an actual image logo in the future once my designer completes it. Apologies for any confusion!
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/