Last modified: 2014-02-12 23:55:05 UTC
In all MF modes (production/beta/dragons), polyfills of linked inline images are broken. This is caused by the CSS block: img.tex, .image img, .thumb img { max-width: 100% !important; width: auto !important; height: auto !important; } Which conflicts with the polyfill JS, which depends on the original width height attributes being set.
Example page: https://en.wikipedia.org/wiki/Wikipedia:Route_diagram_template, where the majority of the railway diagram icons are shown at double size.
Created attachment 13123 [details] Some images are enlarged, in 2x device-pixel ratio display Affected images shown are those with link to their own File page, and those images without link to their own File page are unaffected. Affected images fall into CSS selector ".image img".
This is actually a known issue for a while now: 49440. If jon won't fix this, he should disable the hidpi plugin.
*** This bug has been marked as a duplicate of bug 49440 ***