Example page: https://ro.wikipedia.org/wiki/M%C4%83n%C4%83stirea_Golia
Migration tool: https://ro.wikipedia.org/w/index.php?title=M%C4%83n%C4%83stirea_Golia&action=parsermigration-edit
When using Parsoid, the infobox images on rowiki show a huge padding around them, and also use a smaller thumbnail (500px vs 960px). Using FF 140.7.1esr (64-bit) on Windows. The issue is not reproducible on Blink-based browsers.
This seems to be caused mainly by this styling bit:
html.skin-theme-clientpref-thumb-large .mw-parser-output[data-mw-parsoid-version] .mw-default-size img[width="250"] {
width: calc(round(400px * var(--mw-file-upright,1),10px));
}but even without it, there is still some whitespace on the lateral of the image.



