https://bugzilla.wikimedia.org/show_bug.cgi?id=19633
Derk-Jan Hartman <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from Derk-Jan Hartman <[email protected]> 2010-05-18 21:47:42 CEST --- Linker.php makeImageLink2() When no explicit width is set, width is initiated as the full image size (which is the nominal image size for an SVG). Then in case of thumbnails, the thumbsize is retrieved from the preferences, but that thumbsize is ONLY used, if ( $prefWidth < $hp['width'] ). Because in the case of small nominal SVG sizes, prefwidth will always be larger, the default thumbnail size is never used. The same is true for small bitmap images such as File:External_link_icon.png -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
