https://bugzilla.wikimedia.org/show_bug.cgi?id=24763
fireattack <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from fireattack <[email protected]> --- This bug is actually very annoying not only because it can't create thumbnail with exact height, but also because it will make the image VERY BLURRY. The way currently mediawiki doing is to create a 453 × 599 image and then set it height to 600px by html code, which will made the image very blurry. Example: https://en.wikipedia.org/wiki/User:%E7%83%88%E4%B9%8B%E6%96%A9/sandbox HTML code: <img style="width: 117px; height: 190px;" alt="Tim Conway cropped.jpg" src="//upload.wikimedia.org/wikipedia/commons/thumb/4/40/Tim_Conway_cropped.jpg/117px-Tim_Conway_cropped.jpg" class="thumbborder" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/4/40/Tim_Conway_cropped.jpg/176px-Tim_Conway_cropped.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/4/40/Tim_Conway_cropped.jpg/234px-Tim_Conway_cropped.jpg 2x" height="190" width="117"> -- 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
