https://bugzilla.wikimedia.org/show_bug.cgi?id=53514
--- Comment #3 from C. Scott Ananian <[email protected]> --- The situation is complicated. The spec given in https://www.mediawiki.org/wiki/Help:Images#Size_and_frame is not correct. The PHP parser code has grown bugs. The actual current behavior is: 1. `thumbs` and `frameless` only reduce, never enlarge (the spec is correct here) 2. `frame` images always render at their default size, *unless they have a height specified*, in which case they respect the specified height and ignore the width. 3. There is user preference code for `thumb` size, but not for `frame` size --- the code is present but unreachable. 4. It looks like there are some weird behaviors related to `upright` as well. #2 and #3 appear to be bugs. I'm going to attempt to fix them first in core, then make parsoid match. -- 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
