https://bugzilla.wikimedia.org/show_bug.cgi?id=32101
--- Comment #15 from Daniel Friesen <[email protected]> 2012-08-21 02:16:33 UTC --- No-one has implemented it, but html5 has a new srcset attribute that allows for hidpi, mobile, etc... versions of images to be specified: http://www.whatwg.org/specs/web-apps/current-work/multipage/embedded-content-1.html#attr-img-srcset There's a js shim too: https://github.com/JimBobSquarePants/srcset-polyfill/blob/master/img.srcset.polyfill.js We could output srcset hoping iOS, Android, and the like go ahead and implement it. And in the meantime ignore the fact that hidpi devices might download two images because of the js. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
