Interface too large on mobile

The screen resolution is different from the viewport resolution as seen by the browser : for instance the Pixel 3a’s is 411x823 (according to this). Appending ?zoom=0.38 to the server’s url would compensate this device’s pixel ratio but would also probably make everything too small.

The best approach is to make your interface responsive, as discussed in this topic : Auto Responsive to Screen Size

1 Like