With the following code I see the Windows 8 Phone browser default to the 2x image. Imho my Nokia Lumia 920 does not have 2x or hiDPI display and it should load the single sized image. What could I do to prevent the 2x image loaded and scaled?
<picture><!--[if IE 9]><video style="display: none;"><![endif]--><source srcset="./static/images/logo.png 1x, ./static/images/logo@2x.png 2x"><!--[if IE 9]></video><![endif]--><img src="./static/images/logo.png"></picture>