I need something like this:
<img src="image.svg" />
<!--[if IE ]><img src="image.png" /><![endif]-->
Since conditional comments are not working any more in IE10 and IE11 I'm having trouble accomplishing this. Javascript that is available for targeting new internet explorer seems complicated and unreliable. But maybe I'm wrong and there is some simple solution.
Thank you for your help