https://bugzilla.wikimedia.org/show_bug.cgi?id=25611
--- Comment #6 from Mathias Schindler <[email protected]> 2010-10-28 19:42:59 UTC --- (In reply to comment #5) > Well, here's the scenario I was thinking of: > > a) user enables WebP thumbnails while logged in via Chrome-next > > b) later, user logs into site from another computer running a different > browser, and can't see any thumbnails on the site. That browser might be a > netbook, tablet, e-reader, smartphone, game console, or a computer that > doesn't > have any WebP-capable browser. I might have come up with another early approach that will prevent this scenario. 1. A customized user skin .js/.css file to alter any thumbnail linkn(every <img> link to a .jpg that starts with http://upload.wikimedia.org/wikipedia/commons/thumb/) to another url, possibly toolserver.org or webptest.whateverdomain.tld) to ask the browser to get the image from this site. 2. The js could containt a browser switch. Browser not supporting webp would not get the altered url. If someone installs the user-mod and changes browsers, there would not be the undesirable result you described. -- 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
