Last modified: 2010-05-15 15:37:54 UTC
Given an image foo.jpg that is 100px wide, the code "[[Image:foo.jpg|100px]]" will cause MediaWiki to generate a 100px thumbnail, instead of serving the original image. This redundant thumbnail is often bigger than the original image.
Created attachment 578 [details] Patch to includes/Image.php to change a width test from ">" to ">="
Please don't change the assignment of bugs away from wikibugs-l, especially if you don't add it to the CC list.
Fix applied to CVS HEAD and REL1_4.