Last modified: 2005-12-14 11:26:35 UTC
For example, if you say [[Image:Nuvola apps access.png|800x600px]], MediaWiki tells the browser to display the image at 800x800, not 600x600. It seems that this bug only occurs when scaling an image up. Another example: [[Image:SR map Lambertville.svg|800x100px]] uses the 76px thumbnail (which is right), scaled to 800x1024px (which is, of course, wrong).
Created attachment 1152 [details] Fix the problem (in Linker.php) The patch to bug 153 had an error in Linker.php:makeImageLinkObj. Here's a fix.
Applied to HEAD.