@didi_softwares Have you even read my question?
The title, the tags and the content state crealy that I’m asking the question for an Orthographic Camera.
What you proposed is for a Perspective Camera, and even for that it’s wrong.
I understood, I just showed that by updating the ratio of both the DIV and the renderer you will always have the same aspect without changing the scale
Works like a charm, thanks to that I can keep my objects now always at the same ‘size’ no matter the dimensions of the user browser window, which was very important in my use case.
The solution is so simple and makes so much sense with how OrtographicCamera is intended to work… I think the previous calclulations I had, involving the aspect ratio and such, were giving me tunnel vision and I couldn’t see it was so obvious.