CSS2D label position at 25% in Chrome

Hi!

I’m having some trouble with the positioning of HTML labels when the browser is zoomed out at 25% in Chrome. The labels seem to jump out of position at 25%. Is there a solution for this? It seems like it’s a problem with Chrome rather than Three.

https://threejs.org/examples/css2d_label.html

Thanks,
Gareth

Oh. setPixelRatio with window.devicePixelRatio seems to be the culprit.

Without it, however, the material I’m using is blurred when the browser is zoomed to 100%.

EDIT: My mistake, I had setPixelRatio in the animate function face palm