Follow up to #1428.
Poster coverage is not seamless at portrait aspect ratios. Seems the poster is scaled down to fit into viewport while the model is not scaled down, resulting in incorrect transition.
Create & display poster at ~square aspect
Scale page to "portrait" (e.g. 1:2)
Click on poster
Expected: seamless transition
Actual: different fit

Ah yes, this is a quirk specific to the editor. It will work properly in a model-viewer element at least. I need to handle the camera updates better. FYI @stevesan
I see, should have tested better – so the issue is actually that the editor does not scale the camera aspect as it does in model-viewer when resizing?
Yeah, basically the problem is that it keeps its own state; I need to make it use model-viewer's camera state instead.
This was fixed a few months ago and we forgot to close the issue.