2

I have a website which displays fine on all browsers (even lower versions of IE than IE10). But, on IE10, the images are having rendering issues like the screenshot attached below. If would have random colored bars on it at random times, but once refreshed it would be okay. I don't have any Javascripts on the page, just the styling to display the images. Any ideas? I tried googling and on StackOverflow but no luck. Do I need to put some sort of meta tags?

IE10 Image not redering properly

Suthan Bala
  • 3,209
  • 5
  • 34
  • 59

1 Answers1

0

Check about "Compatibility View" Option.

and why don't you try the edge meta tag?

<meta http-equiv="X-UA-Compatible" content="IE=edge">
Syoki
  • 46
  • 3